]> git.pld-linux.org Git - packages/elisa.git/blame - elisa-no-source-files.patch
- BR: rpm-pythonprov
[packages/elisa.git] / elisa-no-source-files.patch
CommitLineData
c8a46a46 1--- elisa-0.3.5/elisa/core/plugin_registry.py.old 2008-03-06 17:56:59.000000000 +0100
2+++ elisa-0.3.5/elisa/core/plugin_registry.py 2008-05-03 01:05:26.000000000 +0200
3@@ -392,7 +392,7 @@
4 self.warning("Error loading plugin: " + str(exc))
5 continue
6
7- full_path = inspect.getsourcefile(py_object)
8+ full_path = inspect.getfile(py_object)
9 plugin_dir = os.path.dirname(full_path)
10
11 distribution_file = ""
This page took 0.082852 seconds and 4 git commands to generate.