]> git.pld-linux.org Git - packages/bakefile.git/blame - bakefile-empy.patch
- realy added empy.patch
[packages/bakefile.git] / bakefile-empy.patch
CommitLineData
a02160c3
AF
1--- bakefile-0.1.1.20030921/src/writer.py.wiget 2003-09-22 10:52:08.000000000 +0200
2+++ bakefile-0.1.1.20030921/src/writer.py 2003-09-22 10:53:18.000000000 +0200
3@@ -174,10 +174,10 @@
4 return (rulesdir, template)
5
6 def invoke_em(writer, file, method):
7- import empy.em
8+ import em
9 rulesdir, template = __findWriter(writer)
10 filename = tempfile.mktemp('bakefile')
11- empy.em.invoke(['-I','mk',
12+ em.invoke(['-I','mk',
13 '-I','writer',
14 '-I','utils',
15 '-I','os,os.path',
This page took 0.080323 seconds and 4 git commands to generate.