SOURCES: elisa-no-source-files.patch (NEW) - patch from morr

luzik luzik at pld-linux.org
Sat May 3 16:04:56 CEST 2008


Author: luzik                        Date: Sat May  3 14:04:56 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch from morr

---- Files affected:
SOURCES:
   elisa-no-source-files.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/elisa-no-source-files.patch
diff -u /dev/null SOURCES/elisa-no-source-files.patch:1.1
--- /dev/null	Sat May  3 16:04:56 2008
+++ SOURCES/elisa-no-source-files.patch	Sat May  3 16:04:50 2008
@@ -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 = ""
================================================================


More information about the pld-cvs-commit mailing list