diff options
author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-02-02 14:17:15 +0000 |
---|---|---|
committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-02-02 14:17:15 +0000 |
commit | 8159df7f9733bcc16b3480678eaa0243da5803bc (patch) | |
tree | 8504accc17943a55b44e60fb813ca8487085d6af | |
parent | ff382a3e532dfb46bffb8d23ea9017b1c68f9038 (diff) | |
download | Chimère-8159df7f9733bcc16b3480678eaa0243da5803bc.tar.bz2 Chimère-8159df7f9733bcc16b3480678eaa0243da5803bc.zip |
Small fix for generic import
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@29 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
-rw-r--r-- | main/actions.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |