X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=influences%2Fnotify.py;fp=influences%2Fnotify.py;h=34de0b9f0ac04868169b9cbf15844b7e9a3c5cbf;hb=e0a6b803cd22cdf9b2b5a1e70cfaf4d377c7efa3;hp=6ce979c582f183af1a9142fd05624b8f4a022829;hpb=b95c24676bc87413a8a83728a28b4975e1267459;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/influences/notify.py b/influences/notify.py index 6ce979c..34de0b9 100644 --- a/influences/notify.py +++ b/influences/notify.py @@ -1,8 +1,8 @@ from django.db.models import signals from django.dispatch import dispatcher from django.conf import settings -from ee.influences.models import Character,Influence -from ee.tools.notify import notify +from xerxes.influences.models import Character,Influence +from xerxes.tools.notify import notify from django.contrib.auth.models import Group def character_saved(instance, created):