mirror of https://github.com/python/cpython.git
Remove "Lib/test" from the default path; this is now a package!
This commit is contained in:
parent
bd49ac4492
commit
79f016a262
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue