diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-02-07 20:30:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-02-07 20:30:07 (GMT) |
commit | 42540e681161aab0a1c27c66541ed5dc833ca411 (patch) | |
tree | a7a1329435252b7b1ac8981b6ab3a3abddcfe457 /plugins/python/apkfiles | |
parent | 7c17177918f1bb94be7c84ca9b839155623ff05f (diff) |
Created the right place for plugins in the Python API.
Diffstat (limited to 'plugins/python/apkfiles')
-rw-r--r-- | plugins/python/apkfiles/apkfiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/apkfiles/apkfiles.py b/plugins/python/apkfiles/apkfiles.py index 98d31c7..d0fe5b4 100644 --- a/plugins/python/apkfiles/apkfiles.py +++ b/plugins/python/apkfiles/apkfiles.py @@ -1,10 +1,10 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -from pychrysalide import PluginModule from pychrysalide import core from pychrysalide.analysis.contents import EncapsulatedContent from pychrysalide.analysis.contents import MemoryContent +from pychrysalide.plugins import PluginModule import io import zipfile |