]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- use system empy
authorArtur Frysiak <artur@frysiak.net>
Mon, 22 Sep 2003 09:25:44 +0000 (09:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bakefile-empy.patch -> 1.1

bakefile-empy.patch [new file with mode: 0644]

diff --git a/bakefile-empy.patch b/bakefile-empy.patch
new file mode 100644 (file)
index 0000000..f50ee8c
--- /dev/null
@@ -0,0 +1,15 @@
+--- bakefile-0.1.1.20030921/src/writer.py.wiget        2003-09-22 10:52:08.000000000 +0200
++++ bakefile-0.1.1.20030921/src/writer.py      2003-09-22 10:53:18.000000000 +0200
+@@ -174,10 +174,10 @@
+     return (rulesdir, template)
+ def invoke_em(writer, file, method):
+-    import empy.em
++    import em
+     rulesdir, template = __findWriter(writer)
+     filename = tempfile.mktemp('bakefile')   
+-    empy.em.invoke(['-I','mk',
++    em.invoke(['-I','mk',
+                     '-I','writer',
+                     '-I','utils',
+                     '-I','os,os.path',
This page took 0.076613 seconds and 4 git commands to generate.