Author: russellm
Date: 2008-09-17 06:32:11 -0500 (Wed, 17 Sep 2008)
New Revision: 9066

Modified:
   django/trunk/django/test/client.py
Log:
Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst for 
the report.

Modified: django/trunk/django/test/client.py
===================================================================
--- django/trunk/django/test/client.py  2008-09-17 09:32:36 UTC (rev 9065)
+++ django/trunk/django/test/client.py  2008-09-17 11:32:11 UTC (rev 9066)
@@ -134,8 +134,8 @@
         '',
         file.read()
     ]
-    
-class Client:
+
+class Client(object):
     """
     A class that can act as a client for testing purposes.
 


--~--~---------~--~----~------------~-------~--~----~
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