Skip to content

Commit

Permalink
Removed hashlib import (not used) because it fails on 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Aug 27, 2009
1 parent de18b6d commit 610590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_openid/auth.py
Expand Up @@ -5,7 +5,7 @@
from django.contrib.auth import authenticate from django.contrib.auth import authenticate
from django.core.mail import send_mail from django.core.mail import send_mail


import hashlib, datetime import datetime
from urlparse import urljoin from urlparse import urljoin


# TODO: prevent multiple associations of same OpenID # TODO: prevent multiple associations of same OpenID
Expand Down

0 comments on commit 610590b

Please sign in to comment.