diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /py/test/Ice/servantLocator/Client.py | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
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() |