summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-09-30 22:14:39 (GMT)
committerGuido van Rossum <guido@python.org>1997-09-30 22:14:39 (GMT)
commitccf0a44d2dd9b754fd98c15dbef1c2e8c1b41797 (patch)
tree074f8b0b506fe6b25e18ad9767816a57c2153664 /PC
parentb74eca93496e7abcf5fc10b15aef55739e6074d5 (diff)
downloadcpython-ccf0a44d2dd9b754fd98c15dbef1c2e8c1b41797.zip
cpython-ccf0a44d2dd9b754fd98c15dbef1c2e8c1b41797.tar.gz
cpython-ccf0a44d2dd9b754fd98c15dbef1c2e8c1b41797.tar.bz2
Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to
plat-win, get rid of test (which is now a package).
Diffstat (limited to 'PC')
-rw-r--r--PC/config.h2
1 files changed, 1 insertions, 1 deletions
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)