From 0d828da2a9df1c84e1899185e21067104dd5515b Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 12 Jan 2011 14:26:12 -0500 Subject: removing pygame dependencies where they are not needed -RCOH --- LightInstallation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'LightInstallation.py') 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 -- cgit v1.2.3