diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-01-16 19:02:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-01-16 19:02:56 (GMT) |
commit | 9da8f8b37e3edebc917b4e223dd2447cd7cbc818 (patch) | |
tree | 3f330b13e7ca2a0a163882be3043ca9571f25211 /plugins/arm/python/v7 | |
parent | eb9b7fd76451db5c9f07a800c0394480e4b88c9c (diff) |
Changed the Python bindings source directory and updated code.
Diffstat (limited to 'plugins/arm/python/v7')
-rw-r--r-- | plugins/arm/python/v7/instruction.c | 2 | ||||
-rw-r--r-- | plugins/arm/python/v7/processor.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/arm/python/v7/instruction.c b/plugins/arm/python/v7/instruction.c index 25a49bb..127840f 100644 --- a/plugins/arm/python/v7/instruction.c +++ b/plugins/arm/python/v7/instruction.c @@ -28,7 +28,7 @@ #include <pygobject.h> -#include <plugins/pychrysa/helpers.h> +#include <plugins/pychrysalide/helpers.h> #include "../instruction.h" diff --git a/plugins/arm/python/v7/processor.c b/plugins/arm/python/v7/processor.c index 9a0911c..b624f7f 100644 --- a/plugins/arm/python/v7/processor.c +++ b/plugins/arm/python/v7/processor.c @@ -28,7 +28,7 @@ #include <pygobject.h> -#include <plugins/pychrysa/helpers.h> +#include <plugins/pychrysalide/helpers.h> #include "../processor.h" |