Change backend name in __init__.py, pyflakes cleaning

This commit is contained in:
Florent 2013-08-14 11:28:47 +02:00
commit 90c45817c1
2 changed files with 1 additions and 2 deletions

View file

@ -21,4 +21,4 @@
from .backend import SomaFMBackend
__all__ = ['DIFMBackend']
__all__ = ['SomaFMBackend']