if OPTS.compat >= 2: me._vinomap[vino] = inoidx
if h: info = h
else: info = '[%-*s]' % (2*me._hsz - 2, fmt.info())
- print '%s %8s %6s %-12s %-20s %20s %s' % (
- info, vino, fmt.mode(), fmt.owner(),
- fmt.mtime(), fmt.size(), fmt.name())
+ print('%s %8s %6s %-12s %-20s %20s %s' %
+ (info, vino, fmt.mode(), fmt.owner(),
+ fmt.mtime(), fmt.size(), fmt.name()))
###--------------------------------------------------------------------------
### Database clearing from diff files.
moan("failed to stat `%s': %s" % (name, e.strerror))
if e.errno != E.ENOENT: good = False
else:
- print "Clear cache entry for `%s'" % name
+ print("Clear cache entry for `%s'" % name)
db.forget(st.st_ino)
return good
if OPTS.all:
db.reset()
if OPTS.compat >= 2:
- print "## fshash report format version %d" % OPTS.compat
+ print("## fshash report format version %d" % OPTS.compat)
rep = Reporter(db)
if OPTS.files:
FMTMAP[OPTS.files](rep.file)