mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +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:
parent
c6884138e4
commit
d20e85d008
@ -50,7 +50,7 @@ if len(sys.argv) != 3:
|
|||||||
tables = rfc3454.read(sys.argv[1])
|
tables = rfc3454.read(sys.argv[1])
|
||||||
t2 = rfc4518.read()
|
t2 = rfc4518.read()
|
||||||
|
|
||||||
for x in t2.iterkeys():
|
for x in t2.keys():
|
||||||
tables[x] = t2[x]
|
tables[x] = t2[x]
|
||||||
|
|
||||||
error_list = stringprep.get_errorlist()
|
error_list = stringprep.get_errorlist()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user