##// END OF EJS Templates
automation: extract strings to constants...
automation: extract strings to constants Differential Revision: https://phab.mercurial-scm.org/D6672

File last commit:

r41049:ef103c96 default
r42870:8804aa6c stable
Show More
pyutil.h
9 lines | 128 B | text/x-c | CLexer
#include <Python.h>
namespace contrib
{
void initpy(const char *cselfpath);
PyObject *pyglobals();
} /* namespace contrib */