summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblob8108 <blob8108@gmail.com>2014-01-06 11:38:38 +0000
committerblob8108 <blob8108@gmail.com>2014-01-06 11:38:38 +0000
commitf87dfae3ebe094b00448f7cc28d9e9df29bbf947 (patch)
tree32a107b55cc9ff7d0d4cd7f6cbcff25eb06d25a6
parent3e47f56344fc706116affeab45e8b340e883b1da (diff)
downloadblockext-f87dfae3ebe094b00448f7cc28d9e9df29bbf947.tar.gz
blockext-f87dfae3ebe094b00448f7cc28d9e9df29bbf947.zip
Cleanup (whoops)
-rw-r--r--further_examples.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/further_examples.py b/further_examples.py
index cfacd07..acef8f0 100644
--- a/further_examples.py
+++ b/further_examples.py
@@ -41,21 +41,6 @@ def light():
def move(steps):
print("." * steps)
-"""
- [" ", "beep", "playBeep"],
- [" ", "set beep volume to %n", "setVolume", 5],
- ["r", "beep volume", "volume"],
- [" ", "order %m.pizzaFlavour pizza for %m.deliverOrCollect",
- "orderPizza"],
- ["r", "colour of %m.pizzaFlavour pizza", "pizzaColour"],
- ["r", "random upto %n", "randomThingy"]
- ],
- "menus": {
- "pizzaFlavour": ["tomato", "cheese", "mozarella", "hawaiian"],
- "deliverOrCollect": ["delivery", "collection"]
- }
- }
-"""
if __name__ == "__main__":