Remove "Lib/test" from the default path; this is now a package!

This commit is contained in:
Guido van Rossum 1997-12-10 23:38:26 +00:00
parent bd49ac4492
commit 79f016a262
1 changed files with 0 additions and 1 deletions

View File

@ -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