~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testlog.py

  • Committer: Martin Pool
  • Date: 2005-08-30 03:10:32 UTC
  • Revision ID: mbp@sourcefrog.net-20050830031032-92ae5f0abb866ab8
- remove dead code and remove some small errors (pychecker)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
    def test_simple_log(self):
67
67
        eq = self.assertEquals
68
 
        ass = self.assert_
69
68
        
70
69
        b = Branch('.', init=True)
71
70