mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-08 17:42:14 +03:00
another patch from Stphane Bidoul for Python bindings on Windows small
* python/setup.py.in: another patch from Stphane Bidoul for Python bindings on Windows * doc/parsedecl.py: small cleanup Daniel
This commit is contained in:
@@ -530,10 +530,6 @@ def analyzeXMLDoc(doc):
|
||||
for description in descriptions:
|
||||
analyzeXMLDescription(doc, description)
|
||||
|
||||
doc = libxml2.parseFile("xml/c14n.xml");
|
||||
analyzeXMLDoc(doc)
|
||||
doc.freeDoc()
|
||||
|
||||
xmlfiles = 0
|
||||
filenames = os.listdir("xml")
|
||||
for filename in filenames:
|
||||
|
Reference in New Issue
Block a user