Use the ruleset global less often, making code more isolated

This commit is contained in:
Alistair Riddoch 2012-01-19 19:34:20 +00:00
parent 368ea37664
commit 68494ba520
44 changed files with 123 additions and 89 deletions

View file

@ -46,7 +46,7 @@ static PyMethodDef no_methods[] = {
int main()
{
init_python_api();
init_python_api("9fb5e26d-5631-479c-bdfc-cdb3c14b5428");
Py_InitModule("testmod", no_methods);