Fixed a styling error.
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 01 Dec 2008 21:30:01 +0000
changeset 641 c59a0ffc2c31
parent 640 a62a78fe4e43
child 642 671dc971c3d1
Fixed a styling error. Patch by: Lennard de Rijk
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