Commit adeaa561 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Applied pyflakes.

parent 198279fd
from area import Area from area import Area
from screen import screen_size from screen import screen_size
from events import PointMoveEvent, PointUpEvent
__all__ = ['RectangularArea', 'CircularArea', 'FullscreenArea'] __all__ = ['RectangularArea', 'CircularArea', 'FullscreenArea']
......
...@@ -2,7 +2,6 @@ import time ...@@ -2,7 +2,6 @@ import time
from threading import Thread from threading import Thread
from ..tracker import GestureTracker from ..tracker import GestureTracker
from ..geometry import Positionable
from utils import PointGesture from utils import PointGesture
......
lambda g: #!/usr/bin/env python #!/usr/bin/env python
from __future__ import division from __future__ import division
import pygame import pygame
from threading import Thread from threading import Thread
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment