@@ -1,6 +1,5 @@
from area import Area
from screen import screen_size
-from events import PointMoveEvent, PointUpEvent
__all__ = ['RectangularArea', 'CircularArea', 'FullscreenArea']
@@ -2,7 +2,6 @@ import time
from threading import Thread
from ..tracker import GestureTracker
-from ..geometry import Positionable
from utils import PointGesture
@@ -1,4 +1,4 @@
-lambda g: #!/usr/bin/env python
+#!/usr/bin/env python
from __future__ import division
import pygame