From 2e78ea670355735b7a717dcfd87f1690cacf6ef6 Mon Sep 17 00:00:00 2001 From: nishanth Date: Sun, 28 Feb 2010 22:49:05 +0530 Subject: ditchaxed credit model. --- taskapp/events/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taskapp/events/user.py') diff --git a/taskapp/events/user.py b/taskapp/events/user.py index dab0ff2..754cab0 100644 --- a/taskapp/events/user.py +++ b/taskapp/events/user.py @@ -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. -- cgit