diff options
author | Tim Golden <mail@timgolden.me.uk> | 2010-08-20 08:31:26 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2010-08-20 08:31:26 (GMT) |
commit | 0ceb671affe47c29776b433e73c7ffd4d1fedda0 (patch) | |
tree | cc0472321001442ea71b004cdc21f0595f7bb7a8 /PC | |
parent | 467d12fcb2987d6530e683709978d6aadd7ceb05 (diff) | |
download | cpython-0ceb671affe47c29776b433e73c7ffd4d1fedda0.zip cpython-0ceb671affe47c29776b433e73c7ffd4d1fedda0.tar.gz cpython-0ceb671affe47c29776b433e73c7ffd4d1fedda0.tar.bz2 |
Remove long-redundant plat-win from sys.path on Windows
Diffstat (limited to 'PC')
-rw-r--r-- | PC/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 176538e..0c8e108 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 |