Django

Code

Changeset 9066

Show
Ignore:
Timestamp:
09/17/08 06:32:11 (4 months ago)
Author:
russellm
Message:

Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst for the report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/test/client.py

    r8655 r9066  
    135135        file.read() 
    136136    ] 
    137      
    138 class Client
     137 
     138class Client(object)
    139139    """ 
    140140    A class that can act as a client for testing purposes.