aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-12 14:26:12 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-12 14:26:12 -0500
commit0d828da2a9df1c84e1899185e21067104dd5515b (patch)
tree7207e896a495b4749f5dae3909709fe324fad549 /LightInstallation.py
parent907780f6b298bfa259ace94d07ca137099067e67 (diff)
removing pygame dependencies where they are not needed -RCOH
Diffstat (limited to 'LightInstallation.py')
-rw-r--r--LightInstallation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index b54a892..7f98473 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -2,7 +2,6 @@ from xml.etree.ElementTree import ElementTree
from pixelcore.Screen import *
from pixelcore.PixelStrip import *
import pdb, sys, time, thread
-from pygame.locals import *
import util.TimeOps as clock
import util.Config as configGetter
import util.ComponentRegistry as compReg