A little bit of pylint cleanup
This commit is contained in:
		
							parent
							
								
									d27511f1cb
								
							
						
					
					
						commit
						2a52c9493b
					
				| @ -52,7 +52,6 @@ import logging | ||||
| import os | ||||
| import time | ||||
| from hashlib import sha1 | ||||
| import traceback | ||||
| import gconf | ||||
| 
 | ||||
| import gtk | ||||
|  | ||||
| @ -201,7 +201,7 @@ class LRU: | ||||
|         return iter(self.d) | ||||
| 
 | ||||
|     def itervalues(self): | ||||
|         for i, j in self.iteritems(): | ||||
|         for i_, j in self.iteritems(): | ||||
|             yield j | ||||
| 
 | ||||
|     def keys(self): | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Simon Schampijer
						Simon Schampijer