* Rename project from ee to xerxes.
[matthijs/projects/xerxes.git] / influences / notify.py
index 6ce979c582f183af1a9142fd05624b8f4a022829..34de0b9f0ac04868169b9cbf15844b7e9a3c5cbf 100644 (file)
@@ -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):