aboutsummaryrefslogtreecommitdiff
path: root/operationscore
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-11-25 22:26:52 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-11-25 22:26:52 -0500
commit1754a1f4511ef52f0a093dd0f9915196bd4261e7 (patch)
treea1f07a8603b67c56120eac938dca424b80f5683a /operationscore
parent5783d6336f014c05e0e46d7bc35533e70b280582 (diff)
Renaming LayoutEngine to PixelAssembler
Diffstat (limited to 'operationscore')
-rw-r--r--operationscore/PixelAssembler.py (renamed from operationscore/LayoutEngine.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/operationscore/LayoutEngine.py b/operationscore/PixelAssembler.py
index 700b554..b6e35ac 100644
--- a/operationscore/LayoutEngine.py
+++ b/operationscore/PixelAssembler.py
@@ -1,9 +1,9 @@
from operationscore.SmootCoreObject import *
import Util
import pdb
-class LayoutEngine(SmootCoreObject):
+class PixelAssembler(SmootCoreObject):
def init(self):
- self.validateArgs('LayoutEngine.params')
+ self.validateArgs('PixelAssembler.params')
self.initLayout()
def layoutFunc(self, lastLocation): #Must be defined by inheriting class.
#Returns tuple pair (x,y)