Commit | Line | Data |
---|---|---|
1 | # -*- encoding: utf-8 -*- | |
2 | ||
3 | import zc.buildout | |
4 | import djangorecipe.boilerplate | |
5 | from boilerplate import auf_script_template, auf_buildout_file | |
6 | ||
7 | # surcharge du tpl de base de buildout pour generer le script dans bin | |
8 | djangorecipe.boilerplate.script_template = auf_script_template | |
9 | zc.buildout.easy_install.script_template = auf_buildout_file | |
10 | ||
11 | ||
12 | from recipe import Recipe |