summaryrefslogtreecommitdiffstats
path: root/Demo/pdist/rcvs
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-04-27 21:29:02 (GMT)
committerGuido van Rossum <guido@python.org>1995-04-27 21:29:02 (GMT)
commit729529b1e5372e1eb473787f2d848559bb0af373 (patch)
tree9873b51b258765ba07cceb9bd4525ae29517d2f7 /Demo/pdist/rcvs
parentdeb627c06e3089fc9bbeb44564213226e5acfa9e (diff)
downloadcpython-729529b1e5372e1eb473787f2d848559bb0af373.zip
cpython-729529b1e5372e1eb473787f2d848559bb0af373.tar.gz
cpython-729529b1e5372e1eb473787f2d848559bb0af373.tar.bz2
Initial revision
Diffstat (limited to 'Demo/pdist/rcvs')
-rwxr-xr-xDemo/pdist/rcvs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Demo/pdist/rcvs b/Demo/pdist/rcvs
new file mode 100755
index 0000000..2538b36
--- /dev/null
+++ b/Demo/pdist/rcvs
@@ -0,0 +1,5 @@
+#! /usr/local/bin/python
+
+import rcvs
+
+rcvs.main()