diff options
Diffstat (limited to 'py/test/Ice/servantLocator/Client.py')
-rw-r--r-- | py/test/Ice/servantLocator/Client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/test/Ice/servantLocator/Client.py b/py/test/Ice/servantLocator/Client.py index 47c7f18f241..f5f2023be23 100644 --- a/py/test/Ice/servantLocator/Client.py +++ b/py/test/Ice/servantLocator/Client.py @@ -26,8 +26,8 @@ import Test, AllTests class TestClient(Ice.Application): def run(self, args): - obj = AllTests.allTests(self.communicator(), False) - obj.shutdown() + obj = AllTests.allTests(self.communicator(), False) + obj.shutdown() return 0 app = TestClient() |