hgext3rd/evolve/exthelper.py
changeset 4714 c51fc0ae7a7e
parent 4331 594495e1e47e
child 4801 16c1398b0063
--- a/hgext3rd/evolve/exthelper.py	Wed Jul 03 11:37:29 2019 -0700
+++ b/hgext3rd/evolve/exthelper.py	Wed Jul 03 11:13:47 2019 -0700
@@ -111,7 +111,7 @@
         self._functionwrappers.extend(other._functionwrappers)
         self._duckpunchers.extend(other._duckpunchers)
         self.cmdtable.update(other.cmdtable)
-        for section, items in other.configtable.iteritems():
+        for section, items in other.configtable.items():
             if section in self.configtable:
                 self.configtable[section].update(items)
             else: