Code style fix

This commit is contained in:
Thomas Adamcik 2011-07-04 00:46:46 +02:00
parent e0ecc76e98
commit cfd48f8a5b

View File

@ -6,8 +6,7 @@ from pykka.actor import ThreadingActor
from mopidy import settings
from mopidy.frontends.mpd import dispatcher
from mopidy.frontends.mpd import protocol
from mopidy.utils import network
from mopidy.utils import process
from mopidy.utils import network, process
logger = logging.getLogger('mopidy.frontends.mpd')