Code cleanup

This commit is contained in:
9and3r
2014-08-04 13:54:59 +02:00
parent 9ade6ebf2d
commit 69020a89de
5 changed files with 20 additions and 14 deletions

View File

@@ -2,6 +2,7 @@ import logging
from .touch_manager import TouchManager
from .screen_objects import ScreenObjectsManager, TouchAndTextItem, ScrollBar
logger = logging.getLogger(__name__)