Skip to content

Commit

Permalink
Forgot an import
Browse files Browse the repository at this point in the history
  • Loading branch information
jorilallo committed Aug 11, 2012
1 parent bfe4679 commit 1d845e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socialregistration/contrib/github/client.py
Expand Up @@ -4,7 +4,7 @@
from socialregistration.clients.oauth import OAuth2
from socialregistration.settings import SESSION_KEY
import json

import httplib2

class Github(OAuth2):
client_id = getattr(settings, 'GITHUB_CLIENT_ID', '')
Expand Down

0 comments on commit 1d845e2

Please sign in to comment.