tests/test-convert-mtn.t
changeset 36323 2b7318db0a89
parent 36050 233fb0b91a35
child 39634 2f40bcebad30
--- a/tests/test-convert-mtn.t	Sun Feb 18 18:28:45 2018 +0530
+++ b/tests/test-convert-mtn.t	Sun Feb 18 18:18:24 2018 +0530
@@ -218,7 +218,7 @@
 test large file support (> 32kB)
 
   >>> fp = open('large-file', 'wb')
-  >>> for x in xrange(10000): fp.write(b'%d\n' % x)
+  >>> for x in range(10000): fp.write(b'%d\n' % x)
   >>> fp.close()
   $ md5sum.py large-file
   5d6de8a95c3b6bf9e0ffb808ba5299c1  large-file