Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-openid-auth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-openid-auth
Commits
7c5945b6
Commit
7c5945b6
authored
Apr 02, 2009
by
James Henstridge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some unneeded imports.
parent
aa195a21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
django_openid_auth/store.py
+0
-1
django_openid_auth/views.py
+0
-1
No files found.
django_openid_auth/store.py
View file @
7c5945b6
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
...
...
django_openid_auth/views.py
View file @
7c5945b6
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment