Index: pyyaml/trunk/tests3/test_representer.py
===================================================================
--- pyyaml/trunk/tests/test_representer.py	(revision 322)
+++ pyyaml/trunk/tests3/test_representer.py	(revision 328)
@@ -21,17 +21,17 @@
             value2 = test_constructor._serialize_value(native2)
             if verbose:
-                print "SERIALIZED NATIVE1:"
-                print value1
-                print "SERIALIZED NATIVE2:"
-                print value2
+                print("SERIALIZED NATIVE1:")
+                print(value1)
+                print("SERIALIZED NATIVE2:")
+                print(value2)
             assert value1 == value2, (native1, native2)
         finally:
             if verbose:
-                print "NATIVE1:"
+                print("NATIVE1:")
                 pprint.pprint(native1)
-                print "NATIVE2:"
+                print("NATIVE2:")
                 pprint.pprint(native2)
-                print "OUTPUT:"
-                print output
+                print("OUTPUT:")
+                print(output)
 
 test_representer_types.unittest = ['.code']
