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 --- pixelcore/PixelStrip.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pixelcore') diff --git a/pixelcore/PixelStrip.py b/pixelcore/PixelStrip.py index fceff8e..662b8fe 100644 --- a/pixelcore/PixelStrip.py +++ b/pixelcore/PixelStrip.py @@ -2,7 +2,6 @@ from pixelcore.Pixel import * import util.Strings as Strings import util.Geo as Geo from pixelevents.StepEvent import * -import pygame import math import pdb #Python class representing a single Pixel strip (usually 50 Pixels) -- cgit v1.2.3