summaryrefslogtreecommitdiff
path: root/yaksh/views.py
diff options
context:
space:
mode:
authormaheshgudi2016-05-27 13:19:19 +0530
committermaheshgudi2016-05-27 13:19:19 +0530
commitbfea715def3401af2f984d133e2d6dfdc72964ba (patch)
treec02aadbb040d80c15cc42fe0ac869642e111893d /yaksh/views.py
parent1be1ec716c4a154be009ccaea404c16505e47bf1 (diff)
downloadonline_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.py2
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