remove unused import.
--- a/src/hashcut/views.py Tue Dec 04 13:31:01 2012 +0100
+++ b/src/hashcut/views.py Tue Dec 04 13:57:01 2012 +0100
@@ -1,6 +1,6 @@
from django.conf import settings
from django.contrib.auth import authenticate, login
-from django.core.exceptions import ImproperlyConfigured, ObjectDoesNotExist
+from django.core.exceptions import ObjectDoesNotExist
from django.core.paginator import Paginator, InvalidPage, EmptyPage
from django.http import HttpResponseNotFound, HttpResponse
from django.views.generic.base import View, TemplateResponseMixin