Skip to content

Commit

Permalink
yet another bug in import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyfadeev committed Sep 10, 2011
1 parent 477ed81 commit c3a5654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_extra_form_fields/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* USERNAME_REGEX_STRING - regex for acceptable user name
* EMAIL_UNIQUE - boolean - require unique email address sitewide
"""
from django.conf import settings import django_settings
from django.conf import settings as django_settings
from multi_registry import MultiRegistry

settings = MultiRegistry(
Expand Down

0 comments on commit c3a5654

Please sign in to comment.