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 --- operationscore/PixelAssembler.py | 1 - 1 file changed, 1 deletion(-) (limited to 'operationscore/PixelAssembler.py') diff --git a/operationscore/PixelAssembler.py b/operationscore/PixelAssembler.py index c8563fb..6878f8a 100644 --- a/operationscore/PixelAssembler.py +++ b/operationscore/PixelAssembler.py @@ -1,6 +1,5 @@ from operationscore.SmootCoreObject import * import util.Geo as Geo -import Util import pdb class PixelAssembler(SmootCoreObject): def init(self): -- cgit v1.2.3