/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2008-03-16 10:45:53 UTC
  • mfrom: (3286 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3299.
  • Revision ID: john@arbash-meinel.com-20080316104553-hdwcnrpgav03o7i5
[merge] bzr.dev 3286

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
MODULES_TO_TEST = []
113
113
MODULES_TO_DOCTEST = [
 
114
        bzrlib,
114
115
        bzrlib.timestamp,
115
116
        bzrlib.errors,
116
117
        bzrlib.export,