diff options
author | Guido van Rossum <guido@python.org> | 1995-04-27 21:29:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-27 21:29:02 (GMT) |
commit | 729529b1e5372e1eb473787f2d848559bb0af373 (patch) | |
tree | 9873b51b258765ba07cceb9bd4525ae29517d2f7 /Demo | |
parent | deb627c06e3089fc9bbeb44564213226e5acfa9e (diff) | |
download | cpython-729529b1e5372e1eb473787f2d848559bb0af373.zip cpython-729529b1e5372e1eb473787f2d848559bb0af373.tar.gz cpython-729529b1e5372e1eb473787f2d848559bb0af373.tar.bz2 |
Initial revision
Diffstat (limited to 'Demo')
-rwxr-xr-x | Demo/pdist/rcvs | 5 | ||||
-rwxr-xr-x | Demo/pdist/rrcs | 5 |
2 files changed, 10 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() diff --git a/Demo/pdist/rrcs b/Demo/pdist/rrcs new file mode 100755 index 0000000..34d0407 --- /dev/null +++ b/Demo/pdist/rrcs @@ -0,0 +1,5 @@ +#! /usr/local/bin/python + +import rrcs + +rrcs.main() |