Submitter | phabricator |
---|---|
Date | Feb. 18, 2018, 1:30 p.m. |
Message ID | <differential-rev-PHID-DREV-hv532moknrlmpies6nfd-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/28083/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-mq-qimport.t b/tests/test-mq-qimport.t --- a/tests/test-mq-qimport.t +++ b/tests/test-mq-qimport.t @@ -7,7 +7,7 @@ > assert (len(args) % 2) == 0 > > f = open(path, 'wb') - > for i in xrange(len(args)/2): + > for i in range(len(args)/2): > count, s = args[2*i:2*i+2] > count = int(count) > s = s.decode('string_escape')