From 2c8fe012ef1ff6e0613480dd182dec099aa9636e Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Sun, 9 Jun 2013 00:17:44 +0800 Subject: Imported Upstream version 2.9.1 --- python/tests/xpathns.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/tests/xpathns.py') diff --git a/python/tests/xpathns.py b/python/tests/xpathns.py index e67e550..379535e 100755 --- a/python/tests/xpathns.py +++ b/python/tests/xpathns.py @@ -14,8 +14,8 @@ for n in d.xpathEval("//namespace::*"): d.freeDoc() if res != expect: - print "test5 failed: unexpected output" - print res + print("test5 failed: unexpected output") + print(res) del res del d del n @@ -23,7 +23,7 @@ del n libxml2.cleanupParser() if libxml2.debugMemory(1) == 0: - print "OK" + print("OK") else: - print "Memory leak %d bytes" % (libxml2.debugMemory(1)) + print("Memory leak %d bytes" % (libxml2.debugMemory(1))) libxml2.dumpMemory() -- cgit v1.2.3