changeset 153 | 925af1b4ee65 |
parent 107 | 4903b4973fc8 |
--- a/taskapp/events/user.py Sun Feb 28 20:49:59 2010 +0530 +++ b/taskapp/events/user.py Sun Feb 28 22:49:05 2010 +0530 @@ -1,5 +1,5 @@ from django.contrib.auth.models import User -from pytask.taskapp.models import Profile, Task, Comment, Credit +from pytask.taskapp.models import Profile, Task, Comment """ A collection of helper methods. note that there is no validation done here. we take care of validation and others checks in methods that invoke these methods.