diff options
Diffstat (limited to 'python/test/Ice/blobject/Server.py')
-rwxr-xr-x | python/test/Ice/blobject/Server.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/test/Ice/blobject/Server.py b/python/test/Ice/blobject/Server.py index ce5c7dae040..09fb77c6286 100755 --- a/python/test/Ice/blobject/Server.py +++ b/python/test/Ice/blobject/Server.py @@ -29,7 +29,6 @@ class TestI(Test.Hello): def shutdown(self, current=None): current.adapter.getCommunicator().shutdown() - def run(args, communicator): communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp") adapter = communicator.createObjectAdapter("TestAdapter") |