diff options
Diffstat (limited to 'python/test/Ice/slicing/objects/Server.py')
-rwxr-xr-x | python/test/Ice/slicing/objects/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/slicing/objects/Server.py b/python/test/Ice/slicing/objects/Server.py index 6103da811fe..e785fe0f8ab 100755 --- a/python/test/Ice/slicing/objects/Server.py +++ b/python/test/Ice/slicing/objects/Server.py @@ -11,7 +11,7 @@ import os, sys, traceback import Ice -Ice.loadSlice('-I. --all ServerPrivate.ice Forward.ice') +Ice.loadSlice('-I. --all ServerPrivate.ice') import Test def test(b): |