summaryrefslogtreecommitdiff
path: root/py/test/Ice/proxy/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/proxy/ServerAMD.py')
-rwxr-xr-xpy/test/Ice/proxy/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/proxy/ServerAMD.py b/py/test/Ice/proxy/ServerAMD.py
index 6723275d074..a7641fe6fbf 100755
--- a/py/test/Ice/proxy/ServerAMD.py
+++ b/py/test/Ice/proxy/ServerAMD.py
@@ -13,7 +13,7 @@ import os, sys, traceback, time
import Ice
slice_dir = Ice.getSliceDir()
if not slice_dir:
- print sys.argv[0] + ': Slice directory not found.'
+ print(sys.argv[0] + ': Slice directory not found.')
sys.exit(1)
Ice.loadSlice("'-I" + slice_dir + "' TestAMD.ice")