From ae4f0dfc38c49e19ef2b290f0974df9923bf1b94 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sun, 3 Jan 2010 16:21:53 +0100 Subject: SecuredIn plugin --- module/file_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/file_list.py') diff --git a/module/file_list.py b/module/file_list.py index 232f2b7ea..e7b80f26d 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -428,7 +428,7 @@ class PyLoadFile(): for dir in ["hoster", "decrypter", "container"]: try: self.modul = __import__("%s.%s" % (dir, pluginName), globals(), locals(), [pluginName], -1) - except Exception, e: + except ImportError: pass pluginClass = getattr(self.modul, pluginName) else: -- cgit v1.2.3