summaryrefslogtreecommitdiff
path: root/yaksh
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh')
-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