tests/test-mq-qimport.t
changeset 36059 85c94c9d342b
parent 32958 75be14993fda
child 36325 b543b3ce608b
--- a/tests/test-mq-qimport.t	Sun Feb 11 17:03:50 2018 +0530
+++ b/tests/test-mq-qimport.t	Sun Feb 11 17:04:21 2018 +0530
@@ -6,7 +6,7 @@
   > args = sys.argv[2:]
   > assert (len(args) % 2) == 0
   > 
-  > f = file(path, 'wb')
+  > f = open(path, 'wb')
   > for i in xrange(len(args)/2):
   >    count, s = args[2*i:2*i+2]
   >    count = int(count)