diff options
Diffstat (limited to 'python/test/Ice/proxy/Server.py')
-rwxr-xr-x | python/test/Ice/proxy/Server.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/test/Ice/proxy/Server.py b/python/test/Ice/proxy/Server.py index c36572d2a4d..fa83ff5534d 100755 --- a/python/test/Ice/proxy/Server.py +++ b/python/test/Ice/proxy/Server.py @@ -28,4 +28,3 @@ class Server(TestHelper): adapter.add(TestI.MyDerivedClassI(), Ice.stringToIdentity("test")) adapter.activate() communicator.waitForShutdown() - |