##// END OF EJS Templates
tests: stabilize test-bundle.t on Windows...
tests: stabilize test-bundle.t on Windows Similar to 92055d539e49.

File last commit:

r41049:ef103c96 default
r42095:35e29a3a 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 */