~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testhashcache.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:
37
37
        """Functional tests for hashcache"""
38
38
        from bzrlib.hashcache import HashCache
39
39
        import os
40
 
        import time
41
40
 
42
41
        # make a dummy bzr directory just to hold the cache
43
42
        os.mkdir('.bzr')