Author: gwilson
Date: 2007-10-30 18:00:57 -0500 (Tue, 30 Oct 2007)
New Revision: 6632

Modified:
   django/trunk/docs/testing.txt
Log:
Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thomas 
G?\195?\188ttler.


Modified: django/trunk/docs/testing.txt
===================================================================
--- django/trunk/docs/testing.txt       2007-10-30 22:57:46 UTC (rev 6631)
+++ django/trunk/docs/testing.txt       2007-10-30 23:00:57 UTC (rev 6632)
@@ -721,7 +721,6 @@
 ...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):


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to