Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thomas Güttler.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2007-10-30 23:00:57 +00:00
parent 9a30ed5cd5
commit 0709c23046
1 changed files with 0 additions and 1 deletions

View File

@ -721,7 +721,6 @@ This means, instead of instantiating a ``Client`` in each test::
...you can just refer to ``self.client``, like so::
from django.test import TestCase
from django.test.client import Client
class SimpleTest(TestCase):
def test_details(self):