From c581408f028d5b8ceadc53c68d7c1252fbe09e6d Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 22 Dec 2010 14:27:33 -0500 Subject: About halfway done with support for pixel regions. Modified the component registry a bit. Added support for multiple pixel mappers (and along with that, default components). RCOH --- pixelcore/PixelStrip.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pixelcore/PixelStrip.py') diff --git a/pixelcore/PixelStrip.py b/pixelcore/PixelStrip.py index cfab948..fceff8e 100644 --- a/pixelcore/PixelStrip.py +++ b/pixelcore/PixelStrip.py @@ -4,7 +4,6 @@ import util.Geo as Geo from pixelevents.StepEvent import * import pygame import math -import Util import pdb #Python class representing a single Pixel strip (usually 50 Pixels) class PixelStrip: -- cgit v1.2.3