rpms/translate-toolkit/devel translate-toolkit-0.10.1-python25.patch, NONE, 1.1

Roozbeh Pournader (roozbeh) fedora-extras-commits at redhat.com
Tue Jan 9 11:41:19 UTC 2007


Author: roozbeh

Update of /cvs/extras/rpms/translate-toolkit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1865

Added Files:
	translate-toolkit-0.10.1-python25.patch 
Log Message:
* Tue Jan 09 2007 Roozbeh Pournader <roozbeh at farsiweb.info> - 0.10.1-4
- Patch to use Python 2.5's built-in ElementTree


translate-toolkit-0.10.1-python25.patch:

--- NEW FILE translate-toolkit-0.10.1-python25.patch ---
--- translate-toolkit-0.10.1/translate/misc/xmlwrapper.py.python25	2007-01-09 15:00:41.000000000 +0330
+++ translate-toolkit-0.10.1/translate/misc/xmlwrapper.py	2007-01-09 15:01:13.000000000 +0330
@@ -21,7 +21,7 @@
 
 """simpler wrapper to the elementtree XML parser"""
 
-from elementtree import ElementTree
+from xml.etree import ElementTree
 # this is needed to prevent expat-version conflicts with wx >= 2.5.2.2
 from xml.parsers import expat
 




More information about the scm-commits mailing list