From c8a46a468182c1998d85c42ad1e6690ec53eaa00 Mon Sep 17 00:00:00 2001 From: luzik Date: Sat, 3 May 2008 14:04:50 +0000 Subject: [PATCH] - patch from morr Changed files: elisa-no-source-files.patch -> 1.1 --- elisa-no-source-files.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 elisa-no-source-files.patch 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 = "" -- 2.44.0