1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00

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

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)