SOURCES: freevo-xmltv.py.patch (NEW) - new. Fixes working with ele...

blekot blekot at pld-linux.org
Tue May 1 18:43:46 CEST 2007


Author: blekot                       Date: Tue May  1 16:43:46 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new. Fixes working with elementtype in python-modules

---- Files affected:
SOURCES:
   freevo-xmltv.py.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/freevo-xmltv.py.patch
diff -u /dev/null SOURCES/freevo-xmltv.py.patch:1.1
--- /dev/null	Tue May  1 18:43:46 2007
+++ SOURCES/freevo-xmltv.py.patch	Tue May  1 18:43:40 2007
@@ -0,0 +1,11 @@
+--- ./src/tv/xmltv.py.old	2007-05-01 18:34:24.000000000 +0200
++++ ./src/tv/xmltv.py	2007-05-01 18:40:10.000000000 +0200
+@@ -31,7 +31,7 @@
+ #
+ import types, re
+ try:
+-    from cElementTree import ElementTree, Element, SubElement, tostring
++    from _elementtree import ElementTree, Element, SubElement, tostring
+ except ImportError:
+     from elementtree.ElementTree import ElementTree, Element, SubElement, tostring
+ 
================================================================


More information about the pld-cvs-commit mailing list