diff --git a/headphones/__init__.py b/headphones/__init__.py index 1291b0e3..96b063e6 100644 --- a/headphones/__init__.py +++ b/headphones/__init__.py @@ -30,7 +30,7 @@ from apscheduler.triggers.interval import IntervalTrigger from headphones import versioncheck, logger import headphones.config from headphones.softchroot import SoftChroot -from headphones import exceptions +import headphones.exceptions # (append new extras to the end) POSSIBLE_EXTRAS = [ diff --git a/headphones/helpers_test.py b/headphones/helpers_test.py index 2033aab4..14b8540d 100644 --- a/headphones/helpers_test.py +++ b/headphones/helpers_test.py @@ -16,7 +16,7 @@ class HelpersTest(TestCase): u'Obsessió (Cerebral Apoplexy remix)': 'obsessio cerebral ' 'apoplexy remix', u'Doktór Hałabała i siedmiu zbojów': 'doktor halabala i siedmiu ' - 'zbojow', + 'zbojow', u'Arbetets Söner och Döttrar': 'arbetets soner och dottrar', u'Björk Guðmundsdóttir': 'bjork gudmundsdottir', u'L\'Arc~en~Ciel': 'larc en ciel',