Code cleanup

This commit is contained in:
Ander
2015-01-22 12:07:17 +01:00
parent c6c5f64588
commit 4238508b4c
7 changed files with 17 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
import logging
from ..input import InputManager
from screen_objects import ScreenObjectsManager, ScrollBar, \
TouchAndTextItem
from ..input import InputManager
logger = logging.getLogger(__name__)