From 96625de220eb157631aabcc54e1a51e9bb39a4d2 Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 3 Aug 2010 16:41:51 +0200 Subject: fix --- module/plugins/Container.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins/Container.py') diff --git a/module/plugins/Container.py b/module/plugins/Container.py index 9f0b28884..9795ec98a 100644 --- a/module/plugins/Container.py +++ b/module/plugins/Container.py @@ -21,6 +21,8 @@ from module.plugins.Crypter import Crypter +from os.path import join, exists, basename + class Container(Crypter): __name__ = "Container" __version__ = "0.1" @@ -71,4 +73,4 @@ class Container(Crypter): if self.pyfile.name.startswith("tmp_"): os.remove(self.pyfile.url) - \ No newline at end of file + -- cgit v1.2.3