summaryrefslogtreecommitdiff
path: root/py/demo/Ice/hello/Server.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-02-01 14:01:10 -0330
committerDwayne Boone <dwayne@zeroc.com>2008-02-01 14:01:10 -0330
commitebf526bc944045bd6d9fc6ef9721c9f56e18151c (patch)
treea5249f0e9f8a048dfad3d8f67a4200f4d6f918d2 /py/demo/Ice/hello/Server.py
parentFixed slice include directory (diff)
downloadice-ebf526bc944045bd6d9fc6ef9721c9f56e18151c.tar.bz2
ice-ebf526bc944045bd6d9fc6ef9721c9f56e18151c.tar.xz
ice-ebf526bc944045bd6d9fc6ef9721c9f56e18151c.zip
Bug 2672 - mcpp messing up interactive python/ruby demos
Diffstat (limited to 'py/demo/Ice/hello/Server.py')
-rw-r--r--py/demo/Ice/hello/Server.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/demo/Ice/hello/Server.py b/py/demo/Ice/hello/Server.py
index 14139ec5c62..47e7a070736 100644
--- a/py/demo/Ice/hello/Server.py
+++ b/py/demo/Ice/hello/Server.py
@@ -34,7 +34,6 @@ class Server(Ice.Application):
self.communicator().waitForShutdown()
return 0
-print "hello world"
sys.stdout.flush()
app = Server()
sys.exit(app.main(sys.argv, "config.server"))