test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / hooke / command.py
index 749b6c54eb139e62ae65299a2d51c2061f057147..be5a6773a3c396d0b51d6d0744b3c895f4e6e1cd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2010-2012 W. Trevor King <wking@tremily.us>
 #
 # This file is part of Hooke.
 #
@@ -291,4 +291,4 @@ class PrintQueue (NullQueue):
     def put(self, item, block=True, timeout=None):
         """Print `item` and then dump it into the void.
         """
-        print 'ITEM:\n%s' % item
+        print('ITEM:\n{}'.format(item))