# HG changeset patch # User Madhusudan.C.S # Date 1295045324 -19800 # Node ID ddd52b52dd9d1adb3f6611e97c39abd37de9a8ad # Parent edf514c6a820bd9b10ebef51c74169216f41a224 Remove the unexisting import. diff -r edf514c6a820 -r ddd52b52dd9d 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):