From: Tim Golden Date: Fri, 20 Aug 2010 08:31:26 +0000 (+0000) Subject: Remove long-redundant plat-win from sys.path on Windows X-Git-Tag: v3.2a2~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ceb671affe47c29776b433e73c7ffd4d1fedda0;p=thirdparty%2FPython%2Fcpython.git Remove long-redundant plat-win from sys.path on Windows --- diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 176538ea792a..0c8e1088666e 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