Skip to content

Commit

Permalink
fix import of User
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Nov 16, 2011
1 parent 897b6f5 commit df255b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration_couchdb/models.py
Expand Up @@ -7,7 +7,7 @@
from django.utils.hashcompat import sha_constructor

from couchdbkit.ext.django.schema import *
from django_couchdb_utils.auth import User
from django_couchdb_utils.auth.models import User


SHA1_RE = re.compile('^[a-f0-9]{40}$')
Expand Down

0 comments on commit df255b6

Please sign in to comment.