summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-08-03 12:43:26 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-16 06:16:19 +0200
commitd20e85d008e1b7badbea5ada8b22639f7767a097 (patch)
treeeb22b1e0af177e60baa1635400002607327ec23e /source4/heimdal
parentc6884138e4c1aec80e8f99ef0978b43919ae9d3a (diff)
downloadsamba-d20e85d008e1b7badbea5ada8b22639f7767a097.tar.gz
PY3: iterkeys -> keys
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/lib/wind/gen-errorlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/wind/gen-errorlist.py b/source4/heimdal/lib/wind/gen-errorlist.py
index f0b9524783b..bf70ddff07e 100644
--- a/source4/heimdal/lib/wind/gen-errorlist.py
+++ b/source4/heimdal/lib/wind/gen-errorlist.py
@@ -50,7 +50,7 @@ if len(sys.argv) != 3:
tables = rfc3454.read(sys.argv[1])
t2 = rfc4518.read()
-for x in t2.iterkeys():
+for x in t2.keys():
tables[x] = t2[x]
error_list = stringprep.get_errorlist()