/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: Martin Pool
  • Date: 2008-03-16 08:51:24 UTC
  • mfrom: (3185.1.13 setup_py)
  • mto: (3287.7.1 1.3)
  • mto: This revision was merged to the branch mainline in revision 3286.
  • Revision ID: mbp@sourcefrog.net-20080316085124-8y2yido4at4cz954
merge setup.py fixes

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,