diff options
author | Guido van Rossum <guido@python.org> | 1992-12-17 17:32:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-17 17:32:44 (GMT) |
commit | 0270032423b540ec5d6e95a756d99a99cf2c8b71 (patch) | |
tree | eae551b6a1acb7314b5a3e009c85cffaec3dbb5a | |
parent | 58dd035f3c2f8414af10557e92e1ead0b16fa130 (diff) | |
download | cpython-0270032423b540ec5d6e95a756d99a99cf2c8b71.zip cpython-0270032423b540ec5d6e95a756d99a99cf2c8b71.tar.gz cpython-0270032423b540ec5d6e95a756d99a99cf2c8b71.tar.bz2 |
Don't even show #test()
-rw-r--r-- | Demo/rpc/mountclient.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demo/rpc/mountclient.py b/Demo/rpc/mountclient.py index 1015105..b284b7f 100644 --- a/Demo/rpc/mountclient.py +++ b/Demo/rpc/mountclient.py @@ -175,5 +175,3 @@ def test(): continue mcl.Umnt(item[0]) return - -#test() |