##// END OF EJS Templates
py3: use mail.parsebytes() in gnuarch catlog parser...
py3: use mail.parsebytes() in gnuarch catlog parser We drop 'catlogparser' attribute now unused.

File last commit:

r41049:ef103c96 default
r43699:cf3bf3b0 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 */