/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_atomicfile.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
        # close is re-entrant safe
70
70
        f.close()
71
 
        
 
71
 
72
72
    def test_text_mode(self):
73
73
        f = atomicfile.AtomicFile('test', mode='wt')
74
74
        f.write('foo\n')