diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-03-17 20:29:47 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-03-17 20:29:47 (GMT) |
commit | bbad297e902022ecac9fab21c01dc109560db8eb (patch) | |
tree | 6d9703e7dda8c0a61b0a3a015be89612df3bf198 /plugins/python/apkfiles | |
parent | d1f5881c1f4ad53781fdadfe5ce6cac24cee3bab (diff) |
Created the 'pychrysa' Python plugin from the 'pyoida' one.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@240 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 fe7deb8..38d0e59 100644 --- a/plugins/python/apkfiles/apkfiles.py +++ b/plugins/python/apkfiles/apkfiles.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -from pyoida import Plugin +from pychrysa import Plugin import zipfile |