summaryrefslogtreecommitdiffstats
path: root/pym/cache/flat_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/cache/flat_list.py')
-rw-r--r--pym/cache/flat_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/cache/flat_list.py b/pym/cache/flat_list.py
index 85efa4c02..a4ac29b4a 100644
--- a/pym/cache/flat_list.py
+++ b/pym/cache/flat_list.py
@@ -86,7 +86,7 @@ class database(fs_template.FsBased):
return os.path.exists(os.path.join(self._base, cpv))
- def iterkeys(self):
+ def __iter__(self):
"""generator for walking the dir struct"""
dirs = [self._base]
len_base = len(self._base)