]> git.pld-linux.org Git - packages/freevo.git/commitdiff
- the right way (thx qboosh)
authorblekot <blekot@pld-linux.org>
Tue, 1 May 2007 17:07:01 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freevo-xmltv.py.patch -> 1.2

freevo-xmltv.py.patch

index 2dce84c7b20b398431ffe212cab424a6eb0f959c..adf4c9ce65fc283c78a20260c3f69f88c9d18ffa 100644 (file)
@@ -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
  
This page took 0.068346 seconds and 4 git commands to generate.