Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Changing import of sha1_constructor to sha_constructor that Django pr…
Browse files Browse the repository at this point in the history
…ovides.

Signed-off-by: Brian Rosner <brosner@gmail.com>

Signed-off-by: Simon Willison <simon@simonwillison.net>
  • Loading branch information
robhudson authored and Simon Willison committed May 5, 2009
1 parent 89db747 commit 5d42251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_openid/signed.py
Expand Up @@ -36,7 +36,7 @@

import pickle, base64
from django.conf import settings
from django.utils.hashcompat import sha1_constructor
from django.utils.hashcompat import sha_constructor

def dumps(obj, secret = None, compress = False, extra_salt = ''):
"""
Expand Down

0 comments on commit 5d42251

Please sign in to comment.