Fixed a typo in my previous commit. Apologies.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ed27ae071f
commit
86f9ab20b0
|
@ -1,7 +1,7 @@
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from django.test.utils import override_settings
|
from django.test.utils import override_settings
|
||||||
svn from django.contrib.auth.models import (Group, User,
|
from django.contrib.auth.models import (Group, User,
|
||||||
SiteProfileNotAvailable, UserManager)
|
SiteProfileNotAvailable, UserManager)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue