summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2001-06-12 16:13:51 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2001-06-12 16:13:51 (GMT)
commitda4dbc36c102d5005737365f65627bbca1d2395b (patch)
tree44cdeccbe278fbca3ca78539de77e7a4984107e6 /Modules/main.c
parent66a0a0a9b62a42c278d079bb3524a971a5fae494 (diff)
downloadcpython-da4dbc36c102d5005737365f65627bbca1d2395b.zip
cpython-da4dbc36c102d5005737365f65627bbca1d2395b.tar.gz
cpython-da4dbc36c102d5005737365f65627bbca1d2395b.tar.bz2
Removed the Python version from the PYTHONHOMEHELP string. It was
still set to python2.0 ...
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 0183647..64abaf3 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -14,7 +14,7 @@
#if defined(PYOS_OS2) || defined(MS_WINDOWS)
#define PYTHONHOMEHELP "<prefix>\\lib"
#else
-#define PYTHONHOMEHELP "<prefix>/python2.0"
+#define PYTHONHOMEHELP "<prefix>/pythonX.X"
#endif
#include "pygetopt.h"