]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Set PYTHONHOMEHELP to 2.1
authorThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:11:12 +0000 (14:11 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:11:12 +0000 (14:11 +0000)
Modules/main.c

index 64abaf3eb27eab6898f421a15797a0e305d775f6..913d9e1c602662403280e11fac5992fabd3b0859 100644 (file)
@@ -14,7 +14,7 @@
 #if defined(PYOS_OS2) || defined(MS_WINDOWS)
 #define PYTHONHOMEHELP "<prefix>\\lib"
 #else
-#define PYTHONHOMEHELP "<prefix>/pythonX.X"
+#define PYTHONHOMEHELP "<prefix>/python2.1"
 #endif
 
 #include "pygetopt.h"