mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-03 18:14:11 +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