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:
Aymeric Augustin 2012-03-20 21:04:57 +00:00
parent ed27ae071f
commit 86f9ab20b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from django.conf import settings
from django.test import TestCase
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)