Taddeus Kroes 13 anni fa
parent
commit
adeaa5617a
3 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 0 1
      src/areas.py
  2. 0 1
      src/trackers/tap.py
  3. 1 1
      tests/draw.py

+ 0 - 1
src/areas.py

@@ -1,6 +1,5 @@
 from area import Area
 from screen import screen_size
-from events import PointMoveEvent, PointUpEvent
 
 
 __all__ = ['RectangularArea', 'CircularArea', 'FullscreenArea']

+ 0 - 1
src/trackers/tap.py

@@ -2,7 +2,6 @@ import time
 from threading import Thread
 
 from ..tracker import GestureTracker
-from ..geometry import Positionable
 from utils import PointGesture
 
 

+ 1 - 1
tests/draw.py

@@ -1,4 +1,4 @@
-lambda g: #!/usr/bin/env python
+#!/usr/bin/env python
 from __future__ import division
 import pygame
 from threading import Thread