1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

PY3: iterkeys -> keys

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Noel Power 2018-08-03 12:48:07 +01:00 committed by Andrew Bartlett
parent d20e85d008
commit b2b0f8191d

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: