summaryrefslogtreecommitdiff
path: root/Modules/getpath.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-10 23:38:26 +0000
committerGuido van Rossum <guido@python.org>1997-12-10 23:38:26 +0000
commitf6bf5cfb93c7eadd48cb2a9d38694804927af598 (patch)
tree9b11a61044c283fbbc4b2e2b93d465afee2b7006 /Modules/getpath.c
parent74c5c68bcfc370a2eaafce661576a29f011b59be (diff)
downloadcpython-f6bf5cfb93c7eadd48cb2a9d38694804927af598.tar.gz
Remove "Lib/test" from the default path; this is now a package!
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r--Modules/getpath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c
index a44b74e42f..0330b84e7f 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