]> git.pld-linux.org Git - packages/elisa.git/commitdiff
- patch from morr
authorluzik <luzik@pld-linux.org>
Sat, 3 May 2008 14:04:50 +0000 (14:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elisa-no-source-files.patch -> 1.1

elisa-no-source-files.patch [new file with mode: 0644]

diff --git a/elisa-no-source-files.patch b/elisa-no-source-files.patch
new file mode 100644 (file)
index 0000000..628bf85
--- /dev/null
@@ -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 = ""
This page took 0.089751 seconds and 4 git commands to generate.