summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechnoboy10 <Technoboy10@users.noreply.github.com>2014-01-05 16:51:05 -0700
committerTechnoboy10 <Technoboy10@users.noreply.github.com>2014-01-05 16:51:05 -0700
commit3fe477dc57a3f6f89916935c3dbbe238ed81761c (patch)
tree9b82284aa85d48dbbf7f50a18859a03c59f8537d
parent7c6c4f092ef5b4fdaab767e53642e952a6d12ac2 (diff)
downloadblockext-3fe477dc57a3f6f89916935c3dbbe238ed81761c.tar.gz
blockext-3fe477dc57a3f6f89916935c3dbbe238ed81761c.zip
Update further_examples.py
I have no idea what that stuff is, but this is a good temp fix
-rw-r--r--further_examples.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/further_examples.py b/further_examples.py
index 9b5ef56..b61d5e0 100644
--- a/further_examples.py
+++ b/further_examples.py
@@ -1,4 +1,3 @@
-
import blockext
from blockext import *
@@ -42,7 +41,7 @@ def light():
def move(steps):
print("." * steps)
-
+"""
[" ", "beep", "playBeep"],
[" ", "set beep volume to %n", "setVolume", 5],
["r", "beep volume", "volume"],
@@ -56,7 +55,7 @@ def move(steps):
"deliverOrCollect": ["delivery", "collection"]
}
}
-
+"""
if __name__ == "__main__":