Make adjustment in import styling.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Sat, 15 Jan 2011 03:59:15 +0530
changeset 409 09e381a7c2c3
parent 408 0c12181e2c02
child 410 f11529f0e482
Make adjustment in import styling.
pytask/profile/views.py
--- a/pytask/profile/views.py	Sat Jan 15 03:59:00 2011 +0530
+++ b/pytask/profile/views.py	Sat Jan 15 03:59:15 2011 +0530
@@ -1,12 +1,13 @@
-from django.shortcuts import render_to_response, redirect
-from django.http import Http404
-
 from django.contrib.auth.decorators import login_required
 from django.core.context_processors import csrf
-from django.views.decorators.csrf import csrf_protect
+from django.http import Http404
+from django.shortcuts import redirect
+from django.shortcuts import render_to_response
 
 from pytask.profile.forms import EditProfileForm
-from pytask.profile.utils import get_notification, get_user
+from pytask.profile.utils import get_notification
+from pytask.profile.utils import get_user
+
 
 @login_required
 def view_profile(request):