From 0709c2304684c0f1a2e85e5220ae16a232175113 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 30 Oct 2007 23:00:57 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20#5832=20--=20Removed=20unneeded=20impor?= =?UTF-8?q?t=20in=20testing=20documentation,=20thanks=20Thomas=20G=C3=BCtt?= =?UTF-8?q?ler.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.djangoproject.com/svn/django/trunk@6632 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/testing.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/testing.txt b/docs/testing.txt index 04c999cda85..7705380eff1 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -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):