]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- fixed
authorArtur Frysiak <artur@frysiak.net>
Wed, 1 Oct 2003 20:34:22 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bakefile-empy.patch -> 1.5

bakefile-empy.patch

index 4d033dfbe13fc000f808f6cb8deff9a25b4675ad..b541c6bc0bccc9acdfdc184788f46730ae8fcc0f 100644 (file)
@@ -8,7 +8,7 @@
 +    try:
 +      import em
 +    except ImportError:
-+     import empy import em
++     from empy import em
      rulesdir, template = __findWriter(writer)
      filename = tempfile.mktemp('bakefile')   
 -    empy.em.invoke(['-I','mk',
This page took 0.068989 seconds and 4 git commands to generate.