From: Mike Frysinger Date: Mon, 25 Mar 2013 12:26:40 +0000 (-0400) Subject: nfsiostat: make it work w/python3 X-Git-Tag: debian/1%1.2.8-1~11^2^2~18 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=b9ca017c0d0c425b7a5d22738e3e4e3fff63d44a;hp=b9ca017c0d0c425b7a5d22738e3e4e3fff63d44a nfsiostat: make it work w/python3 Simple fixes here to work with python 2 & 3: - use print() everywhere - dict.iteritems() -> dict.items() - file() -> open() - sys.maxint -> sys.maxsize Signed-off-by: Mike Frysinger Signed-off-by: Steve Dickson ---