Commit 7c5945b6 by James Henstridge

Remove some unneeded imports.

parent aa195a21
import base64
import time
from django.db.models.query import Q
from openid.association import Association as OIDAssociation
from openid.store.interface import OpenIDStore
from openid.store.nonce import SKEW
......
......@@ -8,7 +8,6 @@ from django.core.urlresolvers import reverse
from django.http import HttpResponse, HttpResponseRedirect
from django.shortcuts import render_to_response
from django.template import RequestContext
from django.utils.safestring import SafeString
from openid.consumer.consumer import (
Consumer, SUCCESS, CANCEL, FAILURE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment