summaryrefslogtreecommitdiff
path: root/py/test/Ice/operations/Client.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-07-20 18:47:41 +0000
committerMark Spruiell <mes@zeroc.com>2005-07-20 18:47:41 +0000
commitc045f2d95261085f608c83a3eed245198ca5aa4a (patch)
treeb24f08b6d9dea397d1a007240f566229da846249 /py/test/Ice/operations/Client.py
parentenabling ice_communicator test; fixing output (diff)
downloadice-c045f2d95261085f608c83a3eed245198ca5aa4a.tar.bz2
ice-c045f2d95261085f608c83a3eed245198ca5aa4a.tar.xz
ice-c045f2d95261085f608c83a3eed245198ca5aa4a.zip
fixing output
Diffstat (limited to 'py/test/Ice/operations/Client.py')
-rw-r--r--py/test/Ice/operations/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Client.py b/py/test/Ice/operations/Client.py
index 9b42f018e69..9257f070b7f 100644
--- a/py/test/Ice/operations/Client.py
+++ b/py/test/Ice/operations/Client.py
@@ -29,7 +29,7 @@ def test(b):
def run(args, communicator):
myClass = AllTests.allTests(communicator)
- print "testing server shutdown... ",
+ print "testing server shutdown...",
myClass.shutdown()
try:
myClass.opVoid()