From 4298c1824071ffcf02732b9f524d3ff0d5fd30ba Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 17 Feb 2011 12:11:19 +0000 Subject: added PREFIX_DICTIONARY --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index daa8c28..f842719 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -700,6 +700,9 @@ STRING_OR_NUMBER_ARGS = ['plus2', 'equal2', 'less2', 'greater2', 'box', CONTENT_ARGS = ['show', 'showaligned', 'push', 'storein', 'storeinbox1', 'storeinbox2'] +PREFIX_DICTIONARY = {'journal': '#smedia_', 'description': '#sdescr_', + 'audio': '#saudio_', 'video': '#svideo_'} + # # Status blocks # -- cgit v0.9.1