Convert from "print ..." to "print(...)"
[hooke.git] / test / apply_command_stack_to_playlist.py
index 5657727b2d524f24054fe25d5206ef61c52b3351..2a5bdd1a2df3768e793921076664c1f91b8e3010 100644 (file)
@@ -123,7 +123,7 @@ unloading curve 0x07200000
 engine message from apply command stack to playlist
   (<class 'hooke.command.Success'>): 
 >>> for c in curve.command_stack:
-...     print c  # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE, +REPORT_UDIFF
+...     print(c)  # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE, +REPORT_UDIFF
 <CommandMessage zero surface contact point
   {..., curve: <Curve 20071120a_i27_t33.100>...}>
 <CommandMessage flat filter peaks {block: retract, min points: 1}>