Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tautils.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-11-19 14:16:38 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-11-19 14:16:38 (GMT)
commitf4475e3e0fc36542e70c16888e7d20a40e3680b1 (patch)
treeac251e6a9c4f2aca1901f0ff4fd836447cf36b04 /TurtleArt/tautils.py
parent20e252c1e3db408ebb005a705dcf41d70c758c5e (diff)
adding RTF support for show_description
Diffstat (limited to 'TurtleArt/tautils.py')
-rw-r--r--TurtleArt/tautils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tautils.py b/TurtleArt/tautils.py
index f6d410b..2bd03c2 100644
--- a/TurtleArt/tautils.py
+++ b/TurtleArt/tautils.py
@@ -316,7 +316,7 @@ def image_media_type(name):
def text_media_type(name):
""" Is it text media? """
- return name.endswith(('.txt', '.py', '.lg', '.doc', '.rtf'))
+ return name.endswith(('.txt', '.py', '.lg', '.rtf'))
def round_int(num):