summaryrefslogtreecommitdiffstats
path: root/bin/fix-db.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fix-db.py')
-rwxr-xr-xbin/fix-db.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fix-db.py b/bin/fix-db.py
index 19eb31425..d17347efb 100755
--- a/bin/fix-db.py
+++ b/bin/fix-db.py
@@ -136,7 +136,7 @@ for cat in os.listdir(vardbdir):
actions = {}
writemsg("\n\n")
-for catpkg in bad.keys():
+for catpkg in bad:
bad[catpkg].sort()
mystr = ""
@@ -155,7 +155,7 @@ for catpkg in bad.keys():
if (len(sys.argv) > 1) and (sys.argv[1] == "--fix"):
writemsg("These are only directions, at the moment.")
- for catpkg in actions.keys():
+ for catpkg in actions:
action = actions[catpkg]
writemsg("We will now '%s' '%s'..." % (action, catpkg))
#if action ==