summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/common/module.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-01 20:11:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-01 20:12:35 (GMT)
commit1c9e36639b949cc765dab316825f9fec7af85a6e (patch)
tree862c1aaf89f31972930b5c938ae49cee4bb724ec /plugins/pychrysa/common/module.c
parent99f653189e448b3ff3f2f02ab876231d44fa1ce3 (diff)
Computed relative and absolute paths.
Diffstat (limited to 'plugins/pychrysa/common/module.c')
-rw-r--r--plugins/pychrysa/common/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysa/common/module.c b/plugins/pychrysa/common/module.c
index bb4d47f..21781b5 100644
--- a/plugins/pychrysa/common/module.c
+++ b/plugins/pychrysa/common/module.c
@@ -26,6 +26,7 @@
#include "fnv1a.h"
+#include "pathname.h"
@@ -76,6 +77,7 @@ bool add_common_module_to_python_module(PyObject *super)
result = true;
result &= register_python_fnv1a(module);
+ result &= register_python_pathname(module);
acmtpm_exit: