diff --git a/Modules/getpath.c b/Modules/getpath.c index a44b74e42fa..0330b84e7f9 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