X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Futil%2Fsshfuncs.py;h=ba738b14d526aefaa49e56c72a93eab24e199f6a;hb=1966e2b39beb2c701007d0025cca81032634fb48;hp=68a0e94fcbc2a428bddca6b8e9186e5f5c93e0c5;hpb=9bcab5f01a36287c70552b16ed6916f19a7b66bf;p=nepi.git diff --git a/test/util/sshfuncs.py b/test/util/sshfuncs.py index 68a0e94f..ba738b14 100755 --- a/test/util/sshfuncs.py +++ b/test/util/sshfuncs.py @@ -100,7 +100,7 @@ def gen_sshd_config(filename, port, server_key, auth_keys): def gen_auth_keys(pubkey, output, environ): #opts = ['from="127.0.0.1/32"'] # fails in stupid yans setup opts = [] - for k, v in list(environ.items()): + for k, v in environ.items(): opts.append('environment="%s=%s"' % (k, v)) with open(pubkey) as f: