Message ID | 20180724073342.5738-20-jiyin@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/24] pynfs: python3 support plan: print -> print() | expand |
diff --git a/nfs4.0/lib/rpc/rpc.py b/nfs4.0/lib/rpc/rpc.py index 93f20dc..96d9aa7 100644 --- a/nfs4.0/lib/rpc/rpc.py +++ b/nfs4.0/lib/rpc/rpc.py @@ -519,7 +519,7 @@ class RPCServer(Server): for secname, sectype in {'none': AUTH_NONE, 'sys': AUTH_SYS, 'gss': RPCSEC_GSS, - }.iteritems(): + }.items(): if secname in supported: self.security[sectype] = supported[secname]()