Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexporthtml.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-04-13 15:37:51 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-04-13 15:37:51 (GMT)
commit8ba5716c20e99d3ff2e92099eb2d7e8642d28de2 (patch)
tree7408aa3110523944b3b36562fec5cfcb2346d9f3 /TurtleArt/taexporthtml.py
parent6f847bf237269bdfc9cc304b36c9a57ede3b3dc8 (diff)
revert tagettext magic until it is fixed
Diffstat (limited to 'TurtleArt/taexporthtml.py')
-rw-r--r--TurtleArt/taexporthtml.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/TurtleArt/taexporthtml.py b/TurtleArt/taexporthtml.py
index 314e604..843b8b0 100644
--- a/TurtleArt/taexporthtml.py
+++ b/TurtleArt/taexporthtml.py
@@ -22,9 +22,10 @@ import pygtk
pygtk.require('2.0')
import gtk
import os.path
-from tautils import data_to_string, save_picture, image_to_base64, get_path
-from gettext import gettext as _
from cgi import escape
+from gettext import gettext as _
+
+from tautils import data_to_string, save_picture, image_to_base64, get_path
# A dictionary to define the HTML wrappers around template elements
HTML_GLUE = {