mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Use the ruleset global less often, making code more isolated
This commit is contained in:
parent
368ea37664
commit
68494ba520
44 changed files with 123 additions and 89 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue