Removed a call to keys method, it is useless.

bzr-import-20160707
Fabio Tranchitella 19 years ago
parent f4db64b83a
commit 758b0718bc

@ -1698,7 +1698,7 @@ class Britney:
del conflicts[c]
def remove_package(pkg, system, conflicts):
for k in system.keys():
for k in system:
if pkg in system[k][1]:
system[k][1].remove(pkg)
unregister_conflicts(pkg, conflicts)

Loading…
Cancel
Save