diff -r a65e1ef725dd -r 925af1b4ee65 taskapp/events/user.py --- 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.