Change backend name in __init__.py, pyflakes cleaning
This commit is contained in:
parent
ae8b5e1992
commit
90c45817c1
2 changed files with 1 additions and 2 deletions
|
|
@ -21,4 +21,4 @@
|
|||
from .backend import SomaFMBackend
|
||||
|
||||
|
||||
__all__ = ['DIFMBackend']
|
||||
__all__ = ['SomaFMBackend']
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ from weboob.capabilities.radio import ICapRadio, Radio, Stream, Emission
|
|||
from weboob.capabilities.collection import ICapCollection
|
||||
from weboob.tools.backend import BaseBackend
|
||||
from weboob.tools.browser import StandardBrowser
|
||||
from weboob.tools.misc import to_unicode
|
||||
from weboob.tools.parsers.iparser import IParser
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue