Remove unused imports mopidy.utils fixes #6

This commit is contained in:
Ander
2015-05-17 11:44:30 +02:00
parent 2b50c72bda
commit f31720e48d
2 changed files with 1 additions and 3 deletions

View File

@@ -3,8 +3,6 @@ import socket
from base_screen import BaseScreen
import mopidy
from ..graphic_utils import ListView

View File

@@ -3,7 +3,7 @@ import os
import traceback
from threading import Thread
from mopidy import core, exceptions, utils
from mopidy import core, exceptions
import pygame