Removed unneeded imports.
authorMarek Stępniowski <marek@stepniowski.com>
Sat, 15 Oct 2011 10:22:53 +0000 (12:22 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Sat, 15 Oct 2011 10:22:53 +0000 (12:22 +0200)
cas_provider/views.py

index 9c820ce..d64aa50 100644 (file)
@@ -1,7 +1,6 @@
-from django.http import HttpResponse, HttpResponseForbidden, HttpResponseRedirect
+from django.http import HttpResponse, HttpResponseRedirect
 from django.shortcuts import render_to_response
 from django.template import RequestContext
-from django.contrib.auth.models import User
 from django.contrib.auth import authenticate
 from django.contrib.auth import login as auth_login, logout as auth_logout