mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-03 05:41:30 +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]
|
del conflicts[c]
|
||||||
|
|
||||||
def remove_package(pkg, system, conflicts):
|
def remove_package(pkg, system, conflicts):
|
||||||
for k in system.keys():
|
for k in system:
|
||||||
if pkg in system[k][1]:
|
if pkg in system[k][1]:
|
||||||
system[k][1].remove(pkg)
|
system[k][1].remove(pkg)
|
||||||
unregister_conflicts(pkg, conflicts)
|
unregister_conflicts(pkg, conflicts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user