SOURCES: freevo-xmltv.py.patch - the right way (thx qboosh)

blekot blekot at pld-linux.org
Tue May 1 19:07:06 CEST 2007


Author: blekot                       Date: Tue May  1 17:07:06 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- the right way (thx qboosh)

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

---- Diffs:

================================================================
Index: SOURCES/freevo-xmltv.py.patch
diff -u SOURCES/freevo-xmltv.py.patch:1.1 SOURCES/freevo-xmltv.py.patch:1.2
--- SOURCES/freevo-xmltv.py.patch:1.1	Tue May  1 18:43:40 2007
+++ SOURCES/freevo-xmltv.py.patch	Tue May  1 19:07:01 2007
@@ -5,7 +5,7 @@
  import types, re
  try:
 -    from cElementTree import ElementTree, Element, SubElement, tostring
-+    from _elementtree import ElementTree, Element, SubElement, tostring
++    from xml.etree.cElementTree import ElementTree, Element, SubElement, tostring
  except ImportError:
      from elementtree.ElementTree import ElementTree, Element, SubElement, tostring
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/freevo-xmltv.py.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list