From: Jannis Leidel Date: Wed, 5 Jan 2011 19:16:05 +0000 (+0100) Subject: Fixed typo. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c58006ec4399ebabdea24975f53f623df6b5ae23;p=django-social-auth.git Fixed typo. --- diff --git a/social_auth/backends.py b/social_auth/backends.py index 362eea3..9a2bd0b 100644 --- a/social_auth/backends.py +++ b/social_auth/backends.py @@ -7,7 +7,7 @@ from openid.extensions import ax, sreg from django.conf import settings from django.contrib.auth.backends import ModelBackend -from django.utils.hashlib import md5_constructor +from django.utils.hashcompat import md5_constructor from .models import UserSocialAuth from .conf import OLD_AX_ATTRS, AX_SCHEMA_ATTRS