From 6b6dd6fbf60b7435ea46a2760ca0afd2bbf2488e Mon Sep 17 00:00:00 2001 From: rembo10 Date: Tue, 5 Apr 2016 12:34:45 +0100 Subject: [PATCH] Fix pep8 issue in helpers_test and fix import re #2574 --- headphones/__init__.py | 2 +- headphones/helpers_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',