~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/hashcache.py

  • Committer: Denys Duchier
  • Date: 2006-01-11 19:12:29 UTC
  • mto: (1185.50.45 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1542.
  • Revision ID: denys.duchier@mozart-oz.org-20060111191229-370396538858f412
hashcache: missing import for BzrError

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
from bzrlib.osutils import sha_file, pathjoin
36
36
from bzrlib.trace import mutter, warning
37
37
from bzrlib.atomicfile import AtomicFile
 
38
from bzrlib.errors import BzrError
38
39
 
39
40
 
40
41
FP_MODE_COLUMN = 5