author | Pulkit Goyal <7895pulkit@gmail.com> |
Sun, 11 Feb 2018 17:06:04 +0530 | |
changeset 36022 | b911995040f9 |
parent 36021 | 85c94c9d342b |
child 36023 | adec6374a0b2 |
--- a/tests/test-mq-missingfiles.t Sun Feb 11 17:04:21 2018 +0530 +++ b/tests/test-mq-missingfiles.t Sun Feb 11 17:06:04 2018 +0530 @@ -9,7 +9,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)