~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testrevisionnamespaces.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:
22
22
        """Functional tests for hashcache"""
23
23
        from bzrlib.errors import BzrError
24
24
        from bzrlib.branch import Branch
25
 
        import os
26
 
        import time
27
25
 
28
26
        b = Branch('.', init=True)
29
27