Show
Ignore:
Timestamp:
2010-06-17 12:56:27 (3 months ago)
Author:
Stefan Schwarzer <sschwarzer@…>
Branch:
default
Message:
Add empty lines according to PEP 8.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • _test_with_statement.py

    r869 r875  
    2323# 
    2424class TestHostContextManager(unittest.TestCase): 
     25 
    2526    def test_normal_operation(self): 
    2627        with _test_base.ftp_host_factory() as host: 
     
    5253 
    5354class TestFileContextManager(unittest.TestCase): 
     55 
    5456    def test_normal_operation(self): 
    5557        with _test_base.ftp_host_factory(session_factory=ReadMockSession) \