Bug 3018: restored keys() to monitoredwidgets

svn: r12582
This commit is contained in:
Gerald Britton 2009-05-28 13:26:42 +00:00
parent 81a0848490
commit c3578b2ccf

View File

@ -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: