devtools/devctl.py
changeset 8696 0bb18407c053
parent 8695 358d8bed9626
child 8866 64f24ecad177
--- a/devtools/devctl.py	Thu Feb 14 15:38:25 2013 +0100
+++ b/devtools/devctl.py	Thu Feb 14 16:01:24 2013 +0100
@@ -251,7 +251,7 @@
     for reg, objdict in vreg.items():
         if reg in ('boxes', 'contentnavigation'):
             continue
-        for objects in objdict.values():
+        for objects in objdict.itervalues():
             for obj in objects:
                 objid = '%s_%s' % (reg, obj.__regid__)
                 if objid in done: