~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-17 23:47:54 UTC
  • mfrom: (2948.4.7 version-info)
  • Revision ID: pqm@pqm.ubuntu.com-20071217234754-hzi1en08nilnvh6s
(luks) Custom template based version-info formatter

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                          )
98
98
from bzrlib.tests.EncodingAdapter import EncodingTestAdapter
99
99
from bzrlib.tests.treeshape import build_tree_contents
 
100
import bzrlib.version_info_formats.format_custom
100
101
from bzrlib.workingtree import WorkingTree, WorkingTreeFormat2
101
102
 
102
103
# Mark this python module as being part of the implementation
117
118
        bzrlib.merge3,
118
119
        bzrlib.option,
119
120
        bzrlib.store,
 
121
        bzrlib.version_info_formats.format_custom,
120
122
        # quoted to avoid module-loading circularity
121
123
        'bzrlib.tests',
122
124
        ]