]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/options.py
Add compat.items() and use it
[bup.git] / lib / bup / options.py
index 3256ac96d585515260dc7498f32229daef4dfd14..b4b5282b9cc58d16929f2ce54b34125ec867f2a7 100644 (file)
@@ -265,7 +265,7 @@ class Options:
 
         opt = OptDict(aliases=self._aliases)
 
-        for k,v in self._defaults.iteritems():
+        for k,v in self._defaults.items():
             opt[k] = v
 
         for (k,v) in flags: