commit | 2eed1e796edeaac2ff13a5393baf08e04460e43c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Dec 17 17:32:59 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Dec 17 17:32:59 1992 +0000 |
tree | 78654e279c5b9b3b9d5f7b2578cbce8089c5af5f | |
parent | 0270032423b540ec5d6e95a756d99a99cf2c8b71 [diff] |
Don't call test()
diff --git a/Demo/rpc/nfsclient.py b/Demo/rpc/nfsclient.py index 82e5b17..eb26d24 100644 --- a/Demo/rpc/nfsclient.py +++ b/Demo/rpc/nfsclient.py
@@ -211,5 +211,3 @@ list = ncl.Listdir(fh) for item in list: print item mcl.Umnt(filesys) - -test()