summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/core/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysa/core/module.c')
-rw-r--r--plugins/pychrysa/core/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysa/core/module.c b/plugins/pychrysa/core/module.c
index 6c44197..ff7f828 100644
--- a/plugins/pychrysa/core/module.c
+++ b/plugins/pychrysa/core/module.c
@@ -29,6 +29,7 @@
#include "formats.h"
+#include "logs.h"
#include "params.h"
#include "../access.h"
@@ -81,6 +82,7 @@ bool add_core_module_to_python_module(PyObject *super)
result = true;
result &= register_python_formats(module);
+ result &= register_python_logs(module);
result &= register_python_params(module);
if (result)