From 23759be1658d2fa41726ac7fa46d343ff27c6daf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Mon, 27 Feb 2012 13:10:02 -0500 Subject: [PATCH] 1.4 --- auf/recipe/django/__init__.py | 5 ----- auf/recipe/django/recipe.py | 1 - setup.py | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/auf/recipe/django/__init__.py b/auf/recipe/django/__init__.py index 5fed729..dae354a 100644 --- a/auf/recipe/django/__init__.py +++ b/auf/recipe/django/__init__.py @@ -1,6 +1 @@ # -*- encoding: utf-8 -*- - -# surcharge du tpl de base de buildout pour generer le script dans bin -#djangorecipe.boilerplate.script_template = auf_script_template - -from recipe import Recipe diff --git a/auf/recipe/django/recipe.py b/auf/recipe/django/recipe.py index b17f91e..5402af6 100644 --- a/auf/recipe/django/recipe.py +++ b/auf/recipe/django/recipe.py @@ -4,7 +4,6 @@ import os import shutil import pkg_resources import djangorecipe -import zc.buildout from djangorecipe.boilerplate import versions from djangorecipe.recipe import Recipe as OriginalDjangoRecipe from boilerplate import * diff --git a/setup.py b/setup.py index cb0b059..7d5294a 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,6 @@ setup(name=name, entry_points=""" # -*- Entry points: -*- [zc.buildout] - default = auf.recipe.django:Recipe + default = auf.recipe.django.recipe:Recipe """, ) -- 1.7.10.4