~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-23 06:25:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050323062555-5489339018d0c043
- import a subset of elementtree for easier installation

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
25
27
 
26
28
BZRDIR = ".bzr"
27
29