Removed the Python version from the PYTHONHOMEHELP string. It was

still set to python2.0 ...
This commit is contained in:
Marc-André Lemburg 2001-06-12 16:13:51 +00:00
parent 66a0a0a9b6
commit da4dbc36c1
1 changed files with 1 additions and 1 deletions

View File

@ -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"