From 3fe477dc57a3f6f89916935c3dbbe238ed81761c Mon Sep 17 00:00:00 2001 From: Technoboy10 Date: Sun, 5 Jan 2014 16:51:05 -0700 Subject: Update further_examples.py I have no idea what that stuff is, but this is a good temp fix --- further_examples.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'further_examples.py') 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__": -- cgit v1.3.1