Bug 3018: restored keys() to monitoredwidgets
svn: r12582
This commit is contained in:
		@@ -349,7 +349,7 @@ class MonitoredDataType(object):
 | 
			
		||||
            
 | 
			
		||||
        map = get_val().get_map().copy()
 | 
			
		||||
        if ignore_values :
 | 
			
		||||
            for key in map:
 | 
			
		||||
            for key in map.keys():
 | 
			
		||||
                try :
 | 
			
		||||
                    i = ignore_values.index(key)
 | 
			
		||||
                except ValueError:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user