From 02d0026e2df2ba5c68c0c1a67aec4437c9e8e8f3 Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Wed, 2 Mar 2016 14:38:59 +0100 Subject: Add Python3 support --- xml/test/test_prop_mt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml/test') diff --git a/xml/test/test_prop_mt.py b/xml/test/test_prop_mt.py index a5e5fab..224a80c 100644 --- a/xml/test/test_prop_mt.py +++ b/xml/test/test_prop_mt.py @@ -10,7 +10,7 @@ def read_from_register(ctx, value): read_from_register.counter += 1 for i in range (0, 5): time.sleep(0.1) - print cur + print(cur) out = ctx.get_property('/test/prop3') / 2 ctx.unlock('lock12') -- cgit v1.2.3