summaryrefslogtreecommitdiff
path: root/plugins/python/apkfiles
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-02-07 20:30:07 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-02-07 20:30:07 (GMT)
commit42540e681161aab0a1c27c66541ed5dc833ca411 (patch)
treea7a1329435252b7b1ac8981b6ab3a3abddcfe457 /plugins/python/apkfiles
parent7c17177918f1bb94be7c84ca9b839155623ff05f (diff)
Created the right place for plugins in the Python API.
Diffstat (limited to 'plugins/python/apkfiles')
-rw-r--r--plugins/python/apkfiles/apkfiles.py2
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