Commit | Line | Data |
---|---|---|
4be9d9da OL |
1 | # -*- encoding: utf-8 -*- |
2 | ||
19d7fb26 OL |
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 | ||
4be9d9da | 12 | from recipe import Recipe |