]> granicus.if.org Git - python/commitdiff
Typo! \\lib\\<path> should be .\\lib\\<path>
authorGuido van Rossum <guido@python.org>
Wed, 14 May 1997 18:32:32 +0000 (18:32 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 May 1997 18:32:32 +0000 (18:32 +0000)
PC/config.h

index 80ffdec1dc3758c1b5e0185c4b017ed7b9d68399..c3512f7cd17d8a39cce23ff3efb92ebf35ee06cb 100644 (file)
@@ -68,7 +68,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;.\\vc40"
+#define PYTHONPATH ".\\lib;.\\lib\\win;.\\lib\\test;.\\lib\\tkinter;.\\vc40"
 typedef int pid_t;
 #define WORD_BIT 32
 #pragma warning(disable:4113)