Changeset 144

Show
Ignore:
Timestamp:
2002-03-30 22:46:43 (7 years ago)
Author:
schwa
Message:
Module: minor layout changes.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/_test_ftputil.py

    r141 r144  
    3030# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    3131 
    32 # $Id: _test_ftputil.py,v 1.51 2002/03/30 22:36:31 schwa Exp $ 
     32# $Id: _test_ftputil.py,v 1.52 2002/03/30 22:46:43 schwa Exp $ 
    3333 
    3434import unittest 
     
    7070    return random_data(pool) 
    7171 
     72 
    7273# 
    7374# several customized MockSession classes 
     
    9091# factory to produce FTPHost-like classes from a given FTPHost 
    9192#  class and a given MockSession class 
     93# 
    9294def ftp_host_factory(session_factory=_mock_ftplib.MockSession, 
    9395                     ftp_host_class=ftputil.FTPHost):