# HG changeset patch # User Lennard de Rijk # Date 1228167001 0 # Node ID c59a0ffc2c31be49a73c00d7403c1f0243287299 # Parent a62a78fe4e43ee64428e9932b70472e40d61ff34 Fixed a styling error. Patch by: Lennard de Rijk diff -r a62a78fe4e43 -r c59a0ffc2c31 app/soc/logic/helper/notifications.py --- a/app/soc/logic/helper/notifications.py Mon Dec 01 21:03:20 2008 +0000 +++ b/app/soc/logic/helper/notifications.py Mon Dec 01 21:30:01 2008 +0000 @@ -23,12 +23,13 @@ import os -import soc.logic.models as model_logic from google.appengine.api import users from django.utils.translation import ugettext_lazy +import soc.logic.models as model_logic + from soc.logic import mail_dispatcher from soc.views.helper import redirects