diff options
Diffstat (limited to 'python/tests/pyxsltproc.py')
-rwxr-xr-x | python/tests/pyxsltproc.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/tests/pyxsltproc.py b/python/tests/pyxsltproc.py index 3fe12f71..85700971 100755 --- a/python/tests/pyxsltproc.py +++ b/python/tests/pyxsltproc.py @@ -9,10 +9,9 @@ import time import posix import string import libxml2 -import libxslt - # Memory debug specific libxml2.debugMemory(1) +import libxslt debug = 0 repeat = 0 |