summaryrefslogtreecommitdiff
path: root/py/test/Ice/proxy/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/proxy/Server.py')
-rwxr-xr-xpy/test/Ice/proxy/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/proxy/Server.py b/py/test/Ice/proxy/Server.py
index 9af7dec4acd..31890009d35 100755
--- a/py/test/Ice/proxy/Server.py
+++ b/py/test/Ice/proxy/Server.py
@@ -16,7 +16,7 @@ if not slice_dir:
print sys.argv[0] + ': Slice directory not found.'
sys.exit(1)
-Ice.loadSlice('-I' + slice_dir + ' Test.ice')
+Ice.loadSlice("'-I" + slice_dir + "' Test.ice")
import Test, TestI
def run(args, communicator):