# HG changeset patch # User Madhusudan.C.S # Date 1295044155 -19800 # Node ID 09e381a7c2c3122da9de0c8b8aa4b98f1eae0134 # Parent 0c12181e2c02ede20e1fa39cdb8d451f01ffc671 Make adjustment in import styling. diff -r 0c12181e2c02 -r 09e381a7c2c3 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):