diff options
author | nishanth | 2010-02-28 22:49:05 +0530 |
---|---|---|
committer | nishanth | 2010-02-28 22:49:05 +0530 |
commit | 2e78ea670355735b7a717dcfd87f1690cacf6ef6 (patch) | |
tree | 95456e7d23f862a2748dc5bb130bcaaa8733aa22 /taskapp/events/user.py | |
parent | 32a2753b002516357f6504a76d28851f0cc94829 (diff) | |
download | pytask-2e78ea670355735b7a717dcfd87f1690cacf6ef6.tar.gz pytask-2e78ea670355735b7a717dcfd87f1690cacf6ef6.tar.bz2 pytask-2e78ea670355735b7a717dcfd87f1690cacf6ef6.zip |
ditchaxed credit model.
Diffstat (limited to 'taskapp/events/user.py')
-rw-r--r-- | taskapp/events/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |