]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove long-redundant plat-win from sys.path on Windows
authorTim Golden <mail@timgolden.me.uk>
Fri, 20 Aug 2010 08:31:26 +0000 (08:31 +0000)
committerTim Golden <mail@timgolden.me.uk>
Fri, 20 Aug 2010 08:31:26 +0000 (08:31 +0000)
PC/pyconfig.h

index 176538ea792ace06b61b1dda177338d37f663b10..0c8e1088666e7d724a1a4fd014ca3b42cf952ec0 100644 (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