1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-04-25 02:07:00 +03:00
libxslt/python/libxsl.py
Daniel Veillard ff22c1a5f9 added libxslt_xsltCleanup() added parameters to
* python/libxsl.py python/libxslt-python-api.xml python/libxslt.c
  python/libxsltclass.txt: added libxslt_xsltCleanup() added parameters
  to libxslt_xsltApplyStylesheet() removed the memleaks left and
  fixed an import order.
* python/tests/basic.py python/tests/extfunc.py: updated the tests
Daniel
2002-02-06 23:03:38 +00:00

9 lines
116 B
Python

import _libxml
import _libxslt
from libxml2 import *
#
# Everything below this point is automatically generated
#