--- a/VCS/__init__.py Fri Jan 01 16:11:36 2010 +0000 +++ b/VCS/__init__.py Sat Jan 02 15:11:35 2010 +0000 @@ -38,7 +38,7 @@ # try alternative vcs interfaces assuming, that there is a common # indicator for the alternatives found = False - for indicator, vcsData in pluginManager.getVcsSystemIndicators().items(): + for indicator, vcsData in list(pluginManager.getVcsSystemIndicators().items()): for vcsSystem, vcsSystemDisplay in vcsData: if vcsSystem == vcs: found = True