mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +00:00
Removed a call to keys method, it is useless.
This commit is contained in:
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…
x
Reference in New Issue
Block a user