We do not need __all__, cause we do not 'import *'

This commit is contained in:
Stein Magnus Jodal 2010-11-02 23:46:47 +01:00
parent 0836418bfc
commit c82b0d01aa

View File

@ -16,10 +16,6 @@ from .stored_playlists import (BaseStoredPlaylistsController,
logger = logging.getLogger('mopidy.backends.base')
__all__ = ['BaseBackend', 'BasePlaybackController', 'BasePlaybackProvider',
'BaseCurrentPlaylistController', 'BaseStoredPlaylistsController',
'BaseLibraryController']
class BaseBackend(object):
"""
:param core_queue: a queue for sending messages to