summaryrefslogtreecommitdiffstats
path: root/Demo/rpc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-17 17:32:44 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-17 17:32:44 (GMT)
commit0270032423b540ec5d6e95a756d99a99cf2c8b71 (patch)
treeeae551b6a1acb7314b5a3e009c85cffaec3dbb5a /Demo/rpc
parent58dd035f3c2f8414af10557e92e1ead0b16fa130 (diff)
downloadcpython-0270032423b540ec5d6e95a756d99a99cf2c8b71.zip
cpython-0270032423b540ec5d6e95a756d99a99cf2c8b71.tar.gz
cpython-0270032423b540ec5d6e95a756d99a99cf2c8b71.tar.bz2
Don't even show #test()
Diffstat (limited to 'Demo/rpc')
-rw-r--r--Demo/rpc/mountclient.py2
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()