mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Restore beets module import
This commit is contained in:
parent
07af27e44b
commit
7dab9f339e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ except ImportError:
|
|||
|
||||
from beets import plugins
|
||||
from beets import ui
|
||||
|
||||
import beets
|
||||
|
||||
DIV_RE = re.compile(r'<(/?)div>?', re.I)
|
||||
COMMENT_RE = re.compile(r'<!--.*-->', re.S)
|
||||
|
|
|
|||
Loading…
Reference in a new issue