]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/oauthauth/authentication.py
Updating the python-oauth2 module and implementing a new Authentication consumer...
[osqa.git] / forum_modules / oauthauth / authentication.py
index 93cdc593422df145343699bc1117c7a6ac23f3b7..462e234e7ff60300865c11caeab945724d3c7218 100644 (file)
@@ -6,7 +6,7 @@ try:
 except ImportError:
     from django.utils import simplejson
 
-from lib import oauth
+from lib import oauth2
 import settings
 
 class TwitterAuthConsumer(OAuthAbstractAuthConsumer):