tests/fakedirstatewritetime.py
changeset 36327 58c1368ab629
parent 36324 ac04f17b7041
child 36607 c6061cadb400
--- a/tests/fakedirstatewritetime.py	Mon Feb 19 15:28:54 2018 +0530
+++ b/tests/fakedirstatewritetime.py	Mon Feb 19 21:18:52 2018 +0530
@@ -29,7 +29,7 @@
     # execute what original parsers.pack_dirstate should do actually
     # for consistency
     actualnow = int(now)
-    for f, e in dmap.iteritems():
+    for f, e in dmap.items():
         if e[0] == 'n' and e[3] == actualnow:
             e = parsers.dirstatetuple(e[0], e[1], e[2], -1)
             dmap[f] = e