Remove the unexisting import.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Sat, 15 Jan 2011 04:18:44 +0530
changeset 412 ddd52b52dd9d
parent 411 edf514c6a820
child 413 49b58b9b10a1
Remove the unexisting import.
pytask/profile/forms.py
--- a/pytask/profile/forms.py	Sat Jan 15 04:06:45 2011 +0530
+++ b/pytask/profile/forms.py	Sat Jan 15 04:18:44 2011 +0530
@@ -5,7 +5,6 @@
 from registration.forms import RegistrationFormUniqueEmail
 from registration.models import RegistrationProfile
 
-from pytask.utils import make_key
 from pytask.profile.models import GENDER_CHOICES, Profile
 
 class CustomRegistrationForm(RegistrationFormUniqueEmail):