Skip to content

Commit

Permalink
Add init.pys
Browse files Browse the repository at this point in the history
  • Loading branch information
kernitus committed Oct 29, 2023
1 parent d88d328 commit cf5b1b6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file added beetsplug/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion beetsplug/oldestdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from beets.importer import action
from beets.plugins import BeetsPlugin

from date_wrapper import DateWrapper
from .date_wrapper import DateWrapper

musicbrainzngs.set_useragent(
"Beets oldestdate plugin",
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit cf5b1b6

Please sign in to comment.