diff options
Diffstat (limited to 'py/test/Ice/proxy/ServerAMD.py')
-rwxr-xr-x | py/test/Ice/proxy/ServerAMD.py | 2 |
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") |