Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-07-26 23:55:08 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-07-26 23:55:08 (GMT)
commit89bbee444f5701f40dd1cc2c5affd40c8b106421 (patch)
treee80fef38db50069e2da838a8972549d97c0e7ef1 /TurtleArt/taconstants.py
parent0f7a93ac38791b4f1bcc728329d0eea797d550a9 (diff)
cleaned up skin sizing code
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index e40b3ca..b39c1b7 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -137,6 +137,8 @@ MEDIA_SHAPES = []
NO_IMPORT = []
+EXPAND_SKIN = {}
+
OVERLAY_SHAPES = ['Cartesian', 'Cartesian_labeled', 'polar', 'metric']
STATUS_SHAPES = ['status', 'info', 'nostack', 'dupstack', 'noinput',