mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 10:05:13 +01:00
Try absolute import
This commit is contained in:
parent
c531b1628e
commit
1de0af669d
1 changed files with 1 additions and 2 deletions
|
|
@ -27,11 +27,10 @@ from functools import wraps
|
|||
|
||||
import beets
|
||||
from beets import logging
|
||||
from beets.autotag.hooks import get_distance
|
||||
import mediafile
|
||||
import six
|
||||
|
||||
from .autotag.hooks import get_distance
|
||||
|
||||
|
||||
PLUGIN_NAMESPACE = 'beetsplug'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue