tests/test-url.py
changeset 28677 2903558a6991
parent 26421 4b0fc75f9403
child 28914 63fe5ddb8715
--- a/tests/test-url.py	Tue Mar 29 16:21:31 2016 +0530
+++ b/tests/test-url.py	Tue Mar 29 16:23:40 2016 +0530
@@ -1,8 +1,9 @@
+from __future__ import print_function
 import os
 
 def check(a, b):
     if a != b:
-        print (a, b)
+        print((a, b))
 
 def cert(cn):
     return {'subject': ((('commonName', cn),),)}