commit | 0ceb671affe47c29776b433e73c7ffd4d1fedda0 | [log] [tgz] |
---|---|---|
author | Tim Golden <mail@timgolden.me.uk> | Fri Aug 20 08:31:26 2010 +0000 |
committer | Tim Golden <mail@timgolden.me.uk> | Fri Aug 20 08:31:26 2010 +0000 |
tree | cc0472321001442ea71b004cdc21f0595f7bb7a8 | |
parent | 467d12fcb2987d6530e683709978d6aadd7ceb05 [diff] |
Remove long-redundant plat-win from sys.path on Windows
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 @@ #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