]> git.pld-linux.org Git - packages/freevo.git/commitdiff
- new. Fixes working with elementtype in python-modules
authorblekot <blekot@pld-linux.org>
Tue, 1 May 2007 16:43:40 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freevo-xmltv.py.patch -> 1.1

freevo-xmltv.py.patch [new file with mode: 0644]

diff --git a/freevo-xmltv.py.patch b/freevo-xmltv.py.patch
new file mode 100644 (file)
index 0000000..2dce84c
--- /dev/null
@@ -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
This page took 0.11746 seconds and 4 git commands to generate.