~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-22 00:37:17 UTC
  • Revision ID: mbp@sourcefrog.net-20050322003717-7b1d4a370c237846
lift out tracefile creation code

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from osutils import format_date
23
23
from tree import Tree
24
24
from diff import diff_trees
25
 
from trace import mutter, warning
26
 
import add
27
25
 
28
26
BZRDIR = ".bzr"
29
27