From: Guido van Rossum Date: Wed, 10 Dec 1997 23:38:26 +0000 (+0000) Subject: Remove "Lib/test" from the default path; this is now a package! X-Git-Tag: v1.5b2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79f016a262bfc287e0a617a65290b0b71c8936c2;p=python Remove "Lib/test" from the default path; this is now a package! --- 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