951f166210d23bd854e8495d7f56cad367ffaaf2
				
			
			
		
	In Python 2, dict.keys() will return a list. But in Python 3, it will return an iterator. So we need to fix all the places that assuming dict.keys() is a list. Change-Id: I8d1cc536377b3e5c644cfaa0892e40d0bd7c11b1 Closes-Bug: #1556350
Description
				RETIRED, further work has moved to Debian project infrastructure