~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-21 22:29:49 UTC
  • Revision ID: mbp@sourcefrog.net-20050321222949-232c2093a6eadd80
fixup doctest for new module structure

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