From d77092d54685380c851e3587ddaf65a319f35b8e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 31 Dec 2013 14:54:14 +0000 Subject: ODF export --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 3e92956..a8fc046 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -78,6 +78,7 @@ XO30 = 'xo3.0' XO4 = 'xo4' UNKNOWN = 'unknown' TMP_SVG_PATH = '/tmp/turtle_output.svg' +TMP_ODP_PATH = '/tmp/turtle_presentation' ARG_MUST_BE_NUMBER = ['product2', 'minus2', 'random', 'remainder2', 'forward', 'back', 'left', 'right', 'arc', 'setxy2', 'setxy', -- cgit v0.9.1