Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-12-01 15:58:24 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-12-01 15:58:24 (GMT)
commita30f8490ab1c19f6e90b3d27113fa3fc86d7b351 (patch)
treef9e26f4861316412186f18073459dd005b001aa7
parent912c461f4b60cf5f9900a73ee6a6a0c633c8242f (diff)
adding .ta to list of printable files
-rw-r--r--TurtleArt/tautils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tautils.py b/TurtleArt/tautils.py
index 288b2b8..e79d11c 100644
--- a/TurtleArt/tautils.py
+++ b/TurtleArt/tautils.py
@@ -318,7 +318,7 @@ def image_media_type(name):
def text_media_type(name):
""" Is it text media? """
- return name.endswith(('.txt', '.py', '.lg', '.rtf'))
+ return name.endswith(('.txt', '.py', '.lg', '.rtf', '.ta'))
def round_int(num):