/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/test_import_tariff.py

  • Committer: Andrew Bennetts
  • Date: 2010-06-04 03:09:35 UTC
  • mto: This revision was merged to the branch mainline in revision 5280.
  • Revision ID: andrew.bennetts@canonical.com-20100604030935-4slnx0e8uh9b8yk6
lazy_import most things in merge.py; add a few representative modules to the import tariff tests; tweak a couple of other modules so that patiencediff is not necessarily imported; remove a bunch of unused imports from test_knit.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
            'bzrlib.bundle.commands',
94
94
            'bzrlib.cmd_version_info',
95
95
            'bzrlib.foreign',
 
96
            'bzrlib.merge3',
 
97
            'bzrlib.patiencediff',
96
98
            'bzrlib.remote',
97
99
            'bzrlib.sign_my_commits',
98
100
            'bzrlib.smart',
 
101
            'bzrlib.transform',
99
102
            'kerberos',
100
103
            'smtplib',
101
104
            'tarfile',