Import ProGen: Use python3 print syntax

svn: r21379
This commit is contained in:
John Ralls 2013-02-19 22:11:29 +00:00
parent 88831f8398
commit a84d51d6b7

View File

@ -116,7 +116,7 @@ def _read_mem(bname):
f = open(fname, "rb")
recfmt = "i28s"
reclen = struct.calcsize( str(recfmt) )
print "# reclen = %d" % reclen
#print("# reclen = %d" % reclen)
mems = []
while 1: