From ccf0a44d2dd9b754fd98c15dbef1c2e8c1b41797 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 30 Sep 1997 22:14:39 +0000 Subject: Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to plat-win, get rid of test (which is now a package). --- PC/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/config.h b/PC/config.h index 026bd6f..8a767ff 100644 --- a/PC/config.h +++ b/PC/config.h @@ -64,7 +64,7 @@ you must define MS_NO_COREDLL (do not test this macro) */ #else #define COMPILER "[MSC (Unknown)]" #endif -#define PYTHONPATH ".\\lib;.\\lib\\win;.\\lib\\test;.\\lib\\tkinter" +#define PYTHONPATH ".\\lib;.\\lib\\plat-win;.\\lib\\lib-tk" typedef int pid_t; #define WORD_BIT 32 #pragma warning(disable:4113) -- cgit v0.12