X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..6ebde88b50458c1ba0d81d42ab3bc59e131537b1:/forum_modules/oauthauth/authentication.py diff --git a/forum_modules/oauthauth/authentication.py b/forum_modules/oauthauth/authentication.py index 93cdc59..462e234 100644 --- a/forum_modules/oauthauth/authentication.py +++ b/forum_modules/oauthauth/authentication.py @@ -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):