Remove long-redundant plat-win from sys.path on Windows

This commit is contained in:
Tim Golden 2010-08-20 08:31:26 +00:00
parent 467d12fcb2
commit 0ceb671aff
1 changed files with 1 additions and 1 deletions

View File

@ -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