diff options
author | maheshgudi | 2016-05-27 13:19:19 +0530 |
---|---|---|
committer | maheshgudi | 2016-05-27 13:19:19 +0530 |
commit | bfea715def3401af2f984d133e2d6dfdc72964ba (patch) | |
tree | c02aadbb040d80c15cc42fe0ac869642e111893d /yaksh/views.py | |
parent | 1be1ec716c4a154be009ccaea404c16505e47bf1 (diff) | |
download | online_test-bfea715def3401af2f984d133e2d6dfdc72964ba.tar.gz online_test-bfea715def3401af2f984d133e2d6dfdc72964ba.tar.bz2 online_test-bfea715def3401af2f984d133e2d6dfdc72964ba.zip |
removed HttpRequest from imports in views
Diffstat (limited to 'yaksh/views.py')
-rw-r--r-- | yaksh/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/views.py b/yaksh/views.py index 989abf7..23024b2 100644 --- a/yaksh/views.py +++ b/yaksh/views.py @@ -6,7 +6,7 @@ from os.path import dirname, pardir, abspath, join, exists from datetime import datetime import collections import csv -from django.http import HttpResponse, HttpRequest +from django.http import HttpResponse from django.contrib.auth import login, logout, authenticate from django.shortcuts import render_to_response, get_object_or_404, redirect from django.template import RequestContext |