python vs modules

This commit is contained in:
Vitor Santos Costa
2017-06-15 22:40:55 +01:00
parent 3a06d4fecb
commit 97aad19cd0
15 changed files with 116 additions and 103 deletions

View File

@@ -8,7 +8,7 @@ X_API bool init_python_dll(void);
X_API bool init_python_dll(void)
{
do_init_python();
install_pypreds();
return 1;
}
#ifdef _WIN32