]> git.pld-linux.org Git - packages/emesene.git/blame - plugins-pyc.patch
BR: rpmbuild(macros) >= 1.710
[packages/emesene.git] / plugins-pyc.patch
CommitLineData
b84cc75e
ER
1--- emesene-2.12.5/emesene/e3/common/pluginmanager.py~ 2012-06-18 22:22:03.000000000 +0300
2+++ emesene-2.12.5/emesene/e3/common/pluginmanager.py 2012-06-18 22:22:46.818149193 +0300
1034aeb9
ER
3@@ -173,7 +173,7 @@
4 for filename in os.listdir(dir_):
5 path = os.path.join(dir_, filename)
6 if filename.startswith(".") or \
7- not (os.path.isdir(path) or filename.endswith('.py')) or \
8+ not (os.path.isdir(path) or filename.endswith('.py') or filename.endswith('.pyc')) or \
9 filename in BLACKLIST:
10 continue
dbe16685 11
This page took 0.046633 seconds and 4 git commands to generate.