Import fixes

This commit is contained in:
9and3r
2014-08-06 23:00:12 +02:00
parent 6ba1b5f3ee
commit c1fda68ac8
4 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ from threading import Thread
import time
import urllib
import urllib2
import pygame
from .screen_objects import Progressbar, ScreenObjectsManager, \

View File

@@ -1,8 +1,8 @@
import logging
import traceback
import pygame
from pkg_resources import Requirement, resource_filename
import pygame
from pkg_resources import resource_filename, Requirement
import mopidy
import mopidy.core

View File

@@ -1,10 +1,10 @@
import logging
from threading import Thread
import traceback
import pygame
import pykka
from mopidy import core
import pygame
from .screen_manager import ScreenManager

View File

@@ -1,7 +1,8 @@
import logging
import pykka
from mopidy import backend
import pykka
logger = logging.getLogger(__name__)