]> granicus.if.org Git - python/commitdiff
Remove "Lib/test" from the default path; this is now a package!
authorGuido van Rossum <guido@python.org>
Wed, 10 Dec 1997 23:38:26 +0000 (23:38 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Dec 1997 23:38:26 +0000 (23:38 +0000)
Modules/getpath.c

index a44b74e42fa53358d5496778ae37d5f59a5fdd62..0330b84e7f910296c53034b7ef36ed4e61b6d828 100644 (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