diff mbox

[2/2,pynfs] fix nfs4.1/use_local.py && add symlink nfs4.0/use_local.py

Message ID 20180327172709.13071-2-yin-jianhong@163.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jianhong.Yin March 27, 2018, 5:27 p.m. UTC
---
 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 mbox

Patch

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,
              ]