From: yomguy Date: Tue, 8 Jan 2013 08:28:23 +0000 (+0100) Subject: cleanup X-Git-Tag: 1.4.5~51^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=238cdedcdb942fbc99f4c2b8a1626f4d77915bc4;p=telemeta.git cleanup --- diff --git a/telemeta/util/xmltodict2.py b/telemeta/util/xmltodict2.py index 35f7ab1f..10db1389 100644 --- a/telemeta/util/xmltodict2.py +++ b/telemeta/util/xmltodict2.py @@ -173,17 +173,17 @@ def xmltodict(xml, attsToSkip=[], addCodeFile=False): try: ret = parser.ParseFromFile(xml) except expat.ExpatError, e: - errmsg = _("The XML in '%s' is not well-formed and cannot be parsed: %s") % (xml, e) + errmsg = "The XML in '%s' is not well-formed and cannot be parsed: %s" % (xml, e) else: # argument must have been raw xml: if not xml.strip().startswith("