]> git.pld-linux.org Git - packages/bakefile.git/blame - bakefile-empy.patch
- updated to 0.1.1.20030930
[packages/bakefile.git] / bakefile-empy.patch
CommitLineData
3b023d5c
AF
1--- bakefile-0.1.1.20030930/src/writer.py.wiget 2003-09-29 14:16:48.000000000 +0200
2+++ bakefile-0.1.1.20030930/src/writer.py 2003-09-30 12:22:49.000000000 +0200
6e7cce1b 3@@ -174,10 +174,13 @@
a02160c3
AF
4 return (rulesdir, template)
5
6 def invoke_em(writer, file, method):
7- import empy.em
6e7cce1b
AF
8+ try:
9+ import em
10+ except ImportError:
3b023d5c 11+ import empy import em
a02160c3
AF
12 rulesdir, template = __findWriter(writer)
13 filename = tempfile.mktemp('bakefile')
14- empy.em.invoke(['-I','mk',
15+ em.invoke(['-I','mk',
16 '-I','writer',
17 '-I','utils',
18 '-I','os,os.path',
This page took 0.034459 seconds and 4 git commands to generate.