catacomb/__init__.py: Don't try to convert text strings to `ByteString'.
[catacomb-python] / pock
diff --git a/pock b/pock
index 2df5fd2..a980cbe 100644 (file)
--- a/pock
+++ b/pock
@@ -607,7 +607,7 @@ def check(pp, line):
   if p.nbits != nb:
     raise ExpectedError('check failed: nbits(%s) = %d /= %d' % \
                         (label, p.nbits, nb))
-  if VERBOSITY: print ';; %s = %d [%d]' % (label, p, nb)
+  if VERBOSITY: print(';; %s = %d [%d]' % (label, p, nb))
 
 def setsievebits(pp, line):
   """