mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
add missing bytestring_path import :(
This commit is contained in:
parent
4e5ac89b2a
commit
fd01faa241
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ from beets.mediafile import MediaFile, MediaField, Image, \
|
|||
ASFStorageStyle, ImageType, CoverArtField
|
||||
from beets.library import Item
|
||||
from beets.plugins import BeetsPlugin
|
||||
from beets.util import bytestring_path
|
||||
|
||||
|
||||
class ArtTestMixin(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue