diff options
author | Mike Hommey <mh@glandium.org> | 2004-07-06 12:57:17 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-07-06 12:57:17 +0000 |
commit | c14c53a3645d81281058d4bb4cff24fa8d6faf33 (patch) | |
tree | 29bccc2e7499af078a3d1cdcfb517a1dee891be5 /python/libxml.py | |
parent | d4e028c96af89ade493b440d4f2de6b684c03a06 (diff) | |
download | libxml2-c14c53a3645d81281058d4bb4cff24fa8d6faf33.tar.gz |
Load /tmp/tmp.DIvcnD/libxml2-2.6.11 intoupstream/2.6.11
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'python/libxml.py')
-rw-r--r-- | python/libxml.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/libxml.py b/python/libxml.py index 0c3ba6c..5980974 100644 --- a/python/libxml.py +++ b/python/libxml.py @@ -618,6 +618,11 @@ class xmlTextReaderCore: # assert f is _xmlTextReaderErrorFunc return arg +# +# The cleanup now goes though a wrappe in libxml.c +# +def cleanupParser(): + libxml2mod.xmlPythonCleanupParser() # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # |