]> git.pld-linux.org Git - packages/bakefile.git/blame - bakefile-empy.patch
- up to 0.2.12
[packages/bakefile.git] / bakefile-empy.patch
CommitLineData
331059cb
AF
1--- bakefile-0.1.1.20031019/src/writer.py.wiget 2003-10-13 23:53:41.000000000 +0200
2+++ bakefile-0.1.1.20031019/src/writer.py 2003-10-19 14:20:04.000000000 +0200
1321a179 3@@ -174,12 +174,15 @@
a02160c3
AF
4 return (rulesdir, template)
5
6 def invoke_em(writer, file, method):
7- import empy.em
6e7cce1b 8+ try:
331059cb 9+ import em
6e7cce1b 10+ except ImportError:
331059cb 11+ from empy import em
a02160c3 12 rulesdir, template = __findWriter(writer)
331059cb 13
1321a179 14 filename = portautils.mktemp('bakefile')
331059cb 15
a02160c3
AF
16- empy.em.invoke(['-I','mk',
17+ em.invoke(['-I','mk',
18 '-I','writer',
19 '-I','utils',
20 '-I','os,os.path',
This page took 0.125101 seconds and 4 git commands to generate.