PY3: iterkeys -> keys

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from Samba commit b2b0f8191dde58fe234b0147c4a0bd39020aa504)
This commit is contained in:
Noel Power
2018-08-03 12:48:07 +01:00
committed by Nico Williams
parent 965bb515ed
commit f26b1cd599

View File

@@ -85,7 +85,7 @@ const struct error_entry _wind_errorlist_table[] = {
trans=[]
for t in error_list.iterkeys():
for t in error_list.keys():
for l in tables[t]:
m = re.search('^ *([0-9A-F]+)-([0-9A-F]+); *(.*) *$', l)
if m: