Code cleanup

This commit is contained in:
9and3r
2014-08-04 14:39:45 +02:00
parent f59acc7a9e
commit b9d4a58819
5 changed files with 17 additions and 15 deletions

View File

@@ -1,17 +1,17 @@
import time
import hashlib
import json
import logging
import os
from threading import Thread
import time
import urllib
import urllib2
import json
import hashlib
import logging
import pygame
from .touch_manager import TouchManager
from .screen_objects import ScreenObjectsManager, Progressbar, \
TouchAndTextItem, TextItem
from .touch_manager import TouchManager
logger = logging.getLogger(__name__)