test output fix
authorStefan Behnel <scoder@users.berlios.de>
Fri, 23 May 2008 09:11:52 +0000 (11:11 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 23 May 2008 09:11:52 +0000 (11:11 +0200)
runtests.py

index d255ba7c1fbd36c6e730a9bfe5fe6fa8155e4e9b..a8b1d57f3310d48c0e974a62c3f4cb84e3fd7f96 100644 (file)
@@ -257,7 +257,7 @@ if __name__ == '__main__':
         print("Running tests against Cython %s" % version)
     else:
         print("Running tests without Cython.")
-    print("Python", sys.version)
+    print("Python %s" % sys.version)
     print("")
 
     try: