From 8159df7f9733bcc16b3480678eaa0243da5803bc Mon Sep 17 00:00:00 2001 From: etienne Date: Mon, 2 Feb 2009 14:17:15 +0000 Subject: Small fix for generic import git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@29 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- main/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/actions.py b/main/actions.py index 46f8928..4bd3ea1 100644 --- a/main/actions.py +++ b/main/actions.py @@ -23,7 +23,7 @@ Actions available in the main interface from django.utils.translation import ugettext_lazy as _ from django.contrib.auth import models -from settings import EXTRA_URL +from chimere.settings import EXTRA_URL class Action: def __init__(self, id, path, label): -- cgit v1.2.3