~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_clean_tree.py

  • Committer: Aaron Bentley
  • Date: 2009-03-09 04:36:37 UTC
  • mto: This revision was merged to the branch mainline in revision 4100.
  • Revision ID: aaron@aaronbentley.com-20090309043637-5aftkw7f2yyvcn13
Fix some formatting issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    TestCaseInTempDir,
33
33
    )
34
34
 
 
35
 
35
36
class TestCleanTree(TestCaseInTempDir):
36
37
 
37
38
    def test_symlinks(self):