# HG changeset patch # User Lennard de Rijk # Date 1232460774 0 # Node ID ef0786e8bb63396d655d5c8eccb32f86b1b45fe1 # Parent 595b34a71cbb8b7ba816cc22a281eea6938623b1 Added missing import to views/models/notification.py Patch by: Lennard de Rijk diff -r 595b34a71cbb -r ef0786e8bb63 app/soc/views/models/notification.py --- a/app/soc/views/models/notification.py Tue Jan 20 14:09:39 2009 +0000 +++ b/app/soc/views/models/notification.py Tue Jan 20 14:12:54 2009 +0000 @@ -32,6 +32,7 @@ from soc.logic import validate from soc.models import notification as notification_model from soc.views import helper +from soc.views import out_of_band from soc.views.helper import access from soc.views.helper import lists as list_helper from soc.views.helper import redirects