Skip to content
Snippets Groups Projects
Commit adeaa561 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Applied pyflakes.

parent 198279fd
No related branches found
No related tags found
No related merge requests found
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
......
lambda g: #!/usr/bin/env python
#!/usr/bin/env python
from __future__ import division
import pygame
from threading import Thread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment