diff options
Diffstat (limited to 'plugins/python/apkfiles')
-rw-r--r-- | plugins/python/apkfiles/apkfiles.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/python/apkfiles/apkfiles.py b/plugins/python/apkfiles/apkfiles.py index b85b0c8..c45f8c9 100644 --- a/plugins/python/apkfiles/apkfiles.py +++ b/plugins/python/apkfiles/apkfiles.py @@ -14,7 +14,7 @@ class ApkFiles(PluginModule): desc = { - 'name' : 'Welcome', + 'name' : 'ApkFiles', 'desc' : 'Add suppport for the APK file format', 'version' : '0.1', @@ -25,8 +25,8 @@ class ApkFiles(PluginModule): return desc - def init(self, ref): - """Initialise l'extension.""" + def init(self): + """Initialize the plugin.""" return True |