Commit 2e1cf7a6 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed some unused imports.

parent 36348281
#!/usr/bin/env python #!/usr/bin/env python
from __future__ import division from __future__ import division
import pygame import pygame
import sys
import time
from threading import Thread from threading import Thread
from math import degrees, cos, sin from math import degrees
from src.server import GestureServer from src.server import GestureServer
from src.window import FullscreenWindow from src.window import FullscreenWindow
......
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