summaryrefslogtreecommitdiff
path: root/plugins/elf/python/module.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-16 19:02:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-16 19:02:56 (GMT)
commit9da8f8b37e3edebc917b4e223dd2447cd7cbc818 (patch)
tree3f330b13e7ca2a0a163882be3043ca9571f25211 /plugins/elf/python/module.c
parenteb9b7fd76451db5c9f07a800c0394480e4b88c9c (diff)
Changed the Python bindings source directory and updated code.
Diffstat (limited to 'plugins/elf/python/module.c')
-rw-r--r--plugins/elf/python/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/python/module.c b/plugins/elf/python/module.c
index 72d6dfc..f986659 100644
--- a/plugins/elf/python/module.c
+++ b/plugins/elf/python/module.c
@@ -28,7 +28,7 @@
#include <Python.h>
-#include <plugins/pychrysa/access.h>
+#include <plugins/pychrysalide/access.h>
#include "format.h"