diff options
author | Guido van Rossum <guido@python.org> | 1996-05-28 22:27:07 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-05-28 22:27:07 +0000 |
commit | dab1083d0525d7f64a4cba3675adb1eb1272e5da (patch) | |
tree | 8d36c39a9712c359396935a9a54cf1525d004769 | |
parent | ecff7603ee5fae582a1a1e2bd817e4faf5ea54fc (diff) | |
download | cpython-dab1083d0525d7f64a4cba3675adb1eb1272e5da.tar.gz |
Added Py_GetPath (getpythonpath)
-rw-r--r-- | Include/rename2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/rename2.h b/Include/rename2.h index c802219539..bcdab397bf 100644 --- a/Include/rename2.h +++ b/Include/rename2.h @@ -423,6 +423,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define getcopyright Py_GetCopyright #define getplatform Py_GetPlatform #define getversion Py_GetVersion +#define getpythonpath Py_GetPath /* Misc. Internals */ #define askyesno _Py_AskYesNo |