Skip to content

Commit

Permalink
bring back absolute imports for openid
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jun 10, 2013
1 parent 4358685 commit 286597a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velruse/providers/google_hybrid.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import absolute_import

from json import loads

import oauth2 as oauth
Expand Down
2 changes: 2 additions & 0 deletions velruse/providers/oid_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Additional OpenID extensions for OAuth and UIRequest extensions.
"""
from __future__ import absolute_import

from openid import extension


Expand Down
2 changes: 2 additions & 0 deletions velruse/providers/openid.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import absolute_import

import datetime
import re

Expand Down
2 changes: 2 additions & 0 deletions velruse/providers/yahoo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import absolute_import

import oauth2 as oauth
from openid.extensions import ax

Expand Down

0 comments on commit 286597a

Please sign in to comment.