diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-01 23:31:46 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-01 23:31:46 +0000 |
commit | f9aa495a6b20e24ff381b917745ae9e3901b5cb7 (patch) | |
tree | 4b348db981ad760672341a789ebcdc19933e2341 /py/test/Ice/exceptions/Client.py | |
parent | global definition fixes for tests & demos cleaning up translator adding (diff) | |
download | ice-f9aa495a6b20e24ff381b917745ae9e3901b5cb7.tar.bz2 ice-f9aa495a6b20e24ff381b917745ae9e3901b5cb7.tar.xz ice-f9aa495a6b20e24ff381b917745ae9e3901b5cb7.zip |
remove collocated flag
Diffstat (limited to 'py/test/Ice/exceptions/Client.py')
-rw-r--r-- | py/test/Ice/exceptions/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/Client.py b/py/test/Ice/exceptions/Client.py index 7e98233576e..9574979defb 100644 --- a/py/test/Ice/exceptions/Client.py +++ b/py/test/Ice/exceptions/Client.py @@ -10,7 +10,7 @@ import sys, Ice, AllTests def run(args, communicator): - thrower = AllTests.allTests(communicator, False) + thrower = AllTests.allTests(communicator) thrower.shutdown() return True |