VCS/__init__.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
child 13
1af94a91f439
--- 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

eric ide

mercurial