summaryrefslogtreecommitdiff
path: root/py/test/Ice/adapterDeactivation/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/adapterDeactivation/Client.py')
-rw-r--r--py/test/Ice/adapterDeactivation/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/adapterDeactivation/Client.py b/py/test/Ice/adapterDeactivation/Client.py
index 7dc71fe4b4b..276ac66456c 100644
--- a/py/test/Ice/adapterDeactivation/Client.py
+++ b/py/test/Ice/adapterDeactivation/Client.py
@@ -26,7 +26,7 @@ import Test, AllTests
class TestClient(Ice.Application):
def run(self, args):
- AllTests.allTests(self.communicator())
+ AllTests.allTests(self.communicator())
return 0
app = TestClient()