Import ProGen: Use python3 print syntax

svn: r21376
This commit is contained in:
John Ralls 2013-02-19 22:06:20 +00:00
parent c2a6e0e5d7
commit e62eb831f0

View File

@ -117,7 +117,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: