aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Golden <mail@timgolden.me.uk>2010-08-20 08:31:26 +0000
committerTim Golden <mail@timgolden.me.uk>2010-08-20 08:31:26 +0000
commit0ceb671affe47c29776b433e73c7ffd4d1fedda0 (patch)
treecc0472321001442ea71b004cdc21f0595f7bb7a8 /PC/pyconfig.h
parentIssue #7077: Fixed SysLogHandler implementation of Unicode handling. (diff)
downloadcpython-0ceb671affe47c29776b433e73c7ffd4d1fedda0.tar.gz
cpython-0ceb671affe47c29776b433e73c7ffd4d1fedda0.tar.bz2
cpython-0ceb671affe47c29776b433e73c7ffd4d1fedda0.zip
Remove long-redundant plat-win from sys.path on Windows
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
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