summaryrefslogtreecommitdiffstats
path: root/module/plugins/Crypter.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-31 16:01:06 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-31 16:01:06 +0200
commitd9ea19b009e35387740e598fdad9f5de0f2afc59 (patch)
tree6e3c301aceb2aa67f5e4c9d56857027e9bf056da /module/plugins/Crypter.py
parentlittle fixes (diff)
downloadpyload-d9ea19b009e35387740e598fdad9f5de0f2afc59.tar.xz
cleanup
Diffstat (limited to 'module/plugins/Crypter.py')
-rw-r--r--module/plugins/Crypter.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py
index 1b6647f6b..97840e20c 100644
--- a/module/plugins/Crypter.py
+++ b/module/plugins/Crypter.py
@@ -47,6 +47,9 @@ class Crypter(Plugin):
self.createPackages()
+ def decrypt(self, pyfile):
+ raise NotImplementedError
+
#----------------------------------------------------------------------
def createPackages(self):
""" create new packages from self.packages """