Commit 86f9ab20 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed a typo in my previous commit. Apologies.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent ed27ae07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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)