summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/li_boost_shared_ptr_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/li_boost_shared_ptr_runme.py')
-rw-r--r--Examples/test-suite/python/li_boost_shared_ptr_runme.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/python/li_boost_shared_ptr_runme.py b/Examples/test-suite/python/li_boost_shared_ptr_runme.py
index c960625ad..ecda7fdb1 100644
--- a/Examples/test-suite/python/li_boost_shared_ptr_runme.py
+++ b/Examples/test-suite/python/li_boost_shared_ptr_runme.py
@@ -10,7 +10,7 @@ class li_boost_shared_ptr_runme:
def main(self):
if (debug):
- print "Started"
+ print("Started")
li_boost_shared_ptr.cvar.debug_shared = debug
@@ -32,7 +32,7 @@ class li_boost_shared_ptr_runme:
"shared_ptr wrapper count=%s" % wrapper_count)
if (debug):
- print "Finished"
+ print("Finished")
def runtest(self):
# simple shared_ptr usage - created in C++