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:

committed by
Nico Williams

parent
965bb515ed
commit
f26b1cd599
@@ -85,7 +85,7 @@ const struct error_entry _wind_errorlist_table[] = {
|
|||||||
|
|
||||||
trans=[]
|
trans=[]
|
||||||
|
|
||||||
for t in error_list.iterkeys():
|
for t in error_list.keys():
|
||||||
for l in tables[t]:
|
for l in tables[t]:
|
||||||
m = re.search('^ *([0-9A-F]+)-([0-9A-F]+); *(.*) *$', l)
|
m = re.search('^ *([0-9A-F]+)-([0-9A-F]+); *(.*) *$', l)
|
||||||
if m:
|
if m:
|
||||||
|
Reference in New Issue
Block a user