From: luzik Date: Sat, 3 May 2008 14:04:50 +0000 (+0000) Subject: - patch from morr X-Git-Tag: auto/th/elisa-0_5_6-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Felisa.git;a=commitdiff_plain;h=c8a46a468182c1998d85c42ad1e6690ec53eaa00 - patch from morr Changed files: elisa-no-source-files.patch -> 1.1 --- diff --git a/elisa-no-source-files.patch b/elisa-no-source-files.patch new file mode 100644 index 0000000..628bf85 --- /dev/null +++ b/elisa-no-source-files.patch @@ -0,0 +1,11 @@ +--- elisa-0.3.5/elisa/core/plugin_registry.py.old 2008-03-06 17:56:59.000000000 +0100 ++++ elisa-0.3.5/elisa/core/plugin_registry.py 2008-05-03 01:05:26.000000000 +0200 +@@ -392,7 +392,7 @@ + self.warning("Error loading plugin: " + str(exc)) + continue + +- full_path = inspect.getsourcefile(py_object) ++ full_path = inspect.getfile(py_object) + plugin_dir = os.path.dirname(full_path) + + distribution_file = ""