##// END OF EJS Templates
mail: use a native string for "subtype" value...
mail: use a native string for "subtype" value This is somehow similar to previous changeset and avoids one str conversion.

File last commit:

r41049:ef103c96 default
r44026:af3e341d default
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 */