diff -r 358d8bed9626 -r 0bb18407c053 misc/migration/3.11.0_Any.py --- a/misc/migration/3.11.0_Any.py Thu Feb 14 15:38:25 2013 +0100 +++ b/misc/migration/3.11.0_Any.py Thu Feb 14 16:01:24 2013 +0100 @@ -46,7 +46,7 @@ '%s relation should not be in support_relations' % rtype return mapping # for now, only pyrorql sources have a mapping - for source in repo.sources_by_uri.values(): + for source in repo.sources_by_uri.itervalues(): if not isinstance(source, PyroRQLSource): continue sourceentity = session.entity_from_eid(source.eid)