From 8ba5716c20e99d3ff2e92099eb2d7e8642d28de2 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 13 Apr 2011 15:37:51 +0000 Subject: revert tagettext magic until it is fixed --- (limited to 'TurtleArt/taexporthtml.py') 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 = { -- cgit v0.9.1