mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 07:54:01 +01:00
Fix pep8 issue in helpers_test and fix import re #2574
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user