Imports changes

This commit is contained in:
9and3r
2014-08-05 20:47:34 +02:00
parent c60a2714f9
commit 6ba1b5f3ee
3 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -1,10 +1,10 @@
import logging
from pkg_resources import Requirement, resource_filename
import traceback
import pygame
from pkg_resources import Requirement, resource_filename
import mopidy
import mopidy.core
import pygame
from .dynamic_background import DynamicBackground
from .library_screen import LibraryScreen

View File

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