diff -r 358d8bed9626 -r 0bb18407c053 devtools/devctl.py --- 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: