summaryrefslogtreecommitdiffstats
path: root/dcoppython/test/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython/test/server.py')
-rw-r--r--dcoppython/test/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/test/server.py b/dcoppython/test/server.py
index 957f6d94..7118effb 100644
--- a/dcoppython/test/server.py
+++ b/dcoppython/test/server.py
@@ -36,7 +36,7 @@ class ParrotObject(pydcop.DCOPServerObject):
appid = pydcop.registerAs('petshop')
-print "Server: %s starting" % appid
+print("Server: %s starting" % appid)
parrot = ParrotObject()
another_parrot = ParrotObject('polly')