summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-10 23:38:26 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-10 23:38:26 (GMT)
commit79f016a262bfc287e0a617a65290b0b71c8936c2 (patch)
tree8ad522ebf255d5d60a04268fefedfc8d68593c0a /Modules
parentbd49ac44925fe350b1f4f61cabcdb3f2e5cd2ff8 (diff)
downloadcpython-79f016a262bfc287e0a617a65290b0b71c8936c2.zip
cpython-79f016a262bfc287e0a617a65290b0b71c8936c2.tar.gz
cpython-79f016a262bfc287e0a617a65290b0b71c8936c2.tar.bz2
Remove "Lib/test" from the default path; this is now a package!
Diffstat (limited to 'Modules')
-rw-r--r--Modules/getpath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c
index a44b74e..0330b84 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -142,7 +142,6 @@ PERFORMANCE OF THIS SOFTWARE.
#ifndef PYTHONPATH
/* I know this isn't K&R C, but the Makefile specifies it anyway */
#define PYTHONPATH PREFIX "/lib/python" VERSION ":" \
- PREFIX "/lib/python" VERSION "/test" ":" \
EXEC_PREFIX "/lib/python" VERSION "/lib-dynload"
#endif