--- nfs4.0/use_local.py | 1 + nfs4.1/use_local.py | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 120000 nfs4.0/use_local.py diff --git a/nfs4.0/use_local.py b/nfs4.0/use_local.py new file mode 120000 index 0000000..3c3ddc2 --- /dev/null +++ b/nfs4.0/use_local.py @@ -0,0 +1 @@ +../nfs4.1/use_local.py \ No newline at end of file diff --git a/nfs4.1/use_local.py b/nfs4.1/use_local.py index 3dbb0b2..9a1dcaa 100644 --- a/nfs4.1/use_local.py +++ b/nfs4.1/use_local.py @@ -4,9 +4,7 @@ from os.path import join, split cwd = os.getcwd() if True or cwd not in sys.path: head, tail = split(cwd) - dirs = [ join(head, "gssapi"), - join(head, "xdr"), - join(head, "ply"), + dirs = [ join(head, "xdr"), join(head), # rpc cwd, ] -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html