Author: dmeyer
Date: Sat Mar 25 17:23:46 2006
New Revision: 1333

Modified:
   trunk/metadata/src/misc/xmlinfo.py

Log:
bugfix

Modified: trunk/metadata/src/misc/xmlinfo.py
==============================================================================
--- trunk/metadata/src/misc/xmlinfo.py  (original)
+++ trunk/metadata/src/misc/xmlinfo.py  Sat Mar 25 17:23:46 2006
@@ -32,7 +32,7 @@
 # python imports
 import os
 import logging
-import xml
+import libxml2
 
 # kaa imports
 from kaa.metadata import factory
@@ -57,7 +57,7 @@
         self.mime  = 'text/xml'
         self.type  = ''
 
-        xml.SAXParseFile(self, file.name, 10)
+        libxml2.SAXParseFile(self, file.name, 10)
 
 
     def startElement(self, tag, attrs):


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to