aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/futureHouse/open.py
diff options
context:
space:
mode:
authorgcohen2014-12-30 16:26:40 -0800
committergcohen2014-12-30 16:26:40 -0800
commit4a40d61925a8154e1939ddd24324761401bc876b (patch)
tree8ef57820594df1791cbf365338327f8d8957559f /python/examples/futureHouse/open.py
parent2c35b50a351372e8d6f6ce4cb610f365e12d42dc (diff)
downloadpubnub-python-4a40d61925a8154e1939ddd24324761401bc876b.tar.bz2
refactored moveDoor()
Diffstat (limited to 'python/examples/futureHouse/open.py')
-rw-r--r--python/examples/futureHouse/open.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/examples/futureHouse/open.py b/python/examples/futureHouse/open.py
index f6552bb..22cd948 100644
--- a/python/examples/futureHouse/open.py
+++ b/python/examples/futureHouse/open.py
@@ -16,6 +16,7 @@ stepCount = 8
Seq = []
Seq = range(0, stepCount)
+
Seq[0] = [1,0,0,0]
Seq[1] = [1,1,0,0]
Seq[2] = [0,1,0,0]