Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-07-26 15:52:59 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-07-26 15:52:59 (GMT)
commit361c3302e5545e691f3a3e7d6111b2dcf1ef8025 (patch)
treee8ca188018fbb6f05c38f8d51709b6291e2d2423 /TurtleArt
parent9abaa821dadab2825fc1939bcda8c5858fb96f25 (diff)
move MEDIA_SHAPES.append to plugin
Diffstat (limited to 'TurtleArt')
-rw-r--r--TurtleArt/taconstants.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 05c0fd6..80d505c 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -132,12 +132,7 @@ PREFIX_DICTIONARY = {'journal': '#smedia_', 'description': '#sdescr_',
# Status blocks
#
-MEDIA_SHAPES = ['audiooff', 'audioon', 'audiosmall',
- 'videooff', 'videoon', 'videosmall',
- 'journaloff', 'journalon', 'journalsmall',
- 'descriptionoff', 'descriptionon', 'descriptionsmall',
- 'pythonoff', 'pythonon', 'pythonsmall',
- 'list', '1x1', '1x1a', '2x1', '1x2', '2x2']
+MEDIA_SHAPES = []
NO_IMPORT = []