From 0ceb671affe47c29776b433e73c7ffd4d1fedda0 Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Fri, 20 Aug 2010 08:31:26 +0000 Subject: [PATCH] Remove long-redundant plat-win from sys.path on Windows --- PC/pyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 176538ea792..0c8e1088666 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -80,7 +80,7 @@ WIN32 is still required for the locale module. #define MS_WIN32 /* only support win32 and greater. */ #define MS_WINDOWS #ifndef PYTHONPATH -# define PYTHONPATH L".\\DLLs;.\\lib;.\\lib\\plat-win" +# define PYTHONPATH L".\\DLLs;.\\lib" #endif #define NT_THREADS #define WITH_THREAD