aboutsummaryrefslogtreecommitdiff
path: root/layouts/SpecifiedLayout.py
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/SpecifiedLayout.py')
-rw-r--r--layouts/SpecifiedLayout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/SpecifiedLayout.py b/layouts/SpecifiedLayout.py
index 967a3d6..b746e68 100644
--- a/layouts/SpecifiedLayout.py
+++ b/layouts/SpecifiedLayout.py
@@ -12,7 +12,7 @@ class SpecifiedLayout(PixelAssembler):
You may put attributes on the Locs so that you don't get confused.
"""
- def layoutInit(self):
+ def initLayout(self):
self.lightNum = -1
def layoutFunc(self, lastLocation):