summaryrefslogtreecommitdiffstats
path: root/Demo/pdist
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-04-28 20:40:47 (GMT)
committerGuido van Rossum <guido@python.org>1995-04-28 20:40:47 (GMT)
commit3d761b55485e3fa5c3876a9db0a9583cb23bc7f9 (patch)
treed72f8df83921ffeddbafe9a78458d9f50ba9e9c3 /Demo/pdist
parent2d2a60e29bf8e8131ffe4b2e1e52d0ed28ce953a (diff)
downloadcpython-3d761b55485e3fa5c3876a9db0a9583cb23bc7f9.zip
cpython-3d761b55485e3fa5c3876a9db0a9583cb23bc7f9.tar.gz
cpython-3d761b55485e3fa5c3876a9db0a9583cb23bc7f9.tar.bz2
addpack
Diffstat (limited to 'Demo/pdist')
-rwxr-xr-xDemo/pdist/rcvs3
-rwxr-xr-xDemo/pdist/rrcs3
2 files changed, 6 insertions, 0 deletions
diff --git a/Demo/pdist/rcvs b/Demo/pdist/rcvs
index 2538b36..c663e8a 100755
--- a/Demo/pdist/rcvs
+++ b/Demo/pdist/rcvs
@@ -1,5 +1,8 @@
#! /usr/local/bin/python
+import addpack
+addpack.addpack('/home/guido/pdist')
+
import rcvs
rcvs.main()
diff --git a/Demo/pdist/rrcs b/Demo/pdist/rrcs
index 34d0407..76f8026 100755
--- a/Demo/pdist/rrcs
+++ b/Demo/pdist/rrcs
@@ -1,5 +1,8 @@
#! /usr/local/bin/python
+import addpack
+addpack.addpack('/home/guido/pdist')
+
import rrcs
rrcs.main()