taskapp/events/task.py
changeset 131 85276c5aee5c
parent 126 e5377fdaf110
child 153 925af1b4ee65
--- a/taskapp/events/task.py	Sat Feb 27 14:38:01 2010 +0530
+++ b/taskapp/events/task.py	Sat Feb 27 17:20:22 2010 +0530
@@ -3,6 +3,7 @@
 from pytask.taskapp.utilities.task import getTask
 from pytask.taskapp.utilities.request import create_request
 from pytask.taskapp.utilities.helper import get_key
+from pytask.taskapp.utilities.notification import create_notification
 
 def publishTask(task, rem_mentors=True, rem_comments=True):
     """ set the task status to open """