aboutsummaryrefslogtreecommitdiff
path: root/pixelcore
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-12 14:34:39 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-12 14:34:39 -0500
commit7700e6b6c80033b4084beadc2e27164bcfa09166 (patch)
tree039205bea67395e614f8db622c7f0114b9500e19 /pixelcore
parent9315ded6555a7afb8f11d96e5a4c446389f157cb (diff)
"NoPygame" friendly config
Diffstat (limited to 'pixelcore')
-rw-r--r--pixelcore/PixelStrip.py1
1 files changed, 0 insertions, 1 deletions
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)