]> granicus.if.org Git - python/commitdiff
Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to
authorGuido van Rossum <guido@python.org>
Tue, 30 Sep 1997 22:14:39 +0000 (22:14 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Sep 1997 22:14:39 +0000 (22:14 +0000)
plat-win, get rid of test (which is now a package).

PC/config.h

index 026bd6f0deb84a1dfad669d76d529895c6155124..8a767ff2b794c151d4ba30a3b607c26fbb2e1f58 100644 (file)
@@ -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)