Fix pep8 issue in helpers_test and fix import re #2574

This commit is contained in:
rembo10
2016-04-05 12:34:45 +01:00
parent 774b3fdf08
commit 6b6dd6fbf6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ from apscheduler.triggers.interval import IntervalTrigger
from headphones import versioncheck, logger from headphones import versioncheck, logger
import headphones.config import headphones.config
from headphones.softchroot import SoftChroot from headphones.softchroot import SoftChroot
from headphones import exceptions import headphones.exceptions
# (append new extras to the end) # (append new extras to the end)
POSSIBLE_EXTRAS = [ POSSIBLE_EXTRAS = [
+1 -1
View File
@@ -16,7 +16,7 @@ class HelpersTest(TestCase):
u'Obsessió (Cerebral Apoplexy remix)': 'obsessio cerebral ' u'Obsessió (Cerebral Apoplexy remix)': 'obsessio cerebral '
'apoplexy remix', 'apoplexy remix',
u'Doktór Hałabała i siedmiu zbojów': 'doktor halabala i siedmiu ' 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'Arbetets Söner och Döttrar': 'arbetets soner och dottrar',
u'Björk Guðmundsdóttir': 'bjork gudmundsdottir', u'Björk Guðmundsdóttir': 'bjork gudmundsdottir',
u'L\'Arc~en~Ciel': 'larc en ciel', u'L\'Arc~en~Ciel': 'larc en ciel',