~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Martin Pool
  • Date: 2010-04-01 03:52:41 UTC
  • mto: This revision was merged to the branch mainline in revision 5128.
  • Revision ID: mbp@sourcefrog.net-20100401035241-3tm20pq8igsshf6s
version-info is lazily loaded

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        self.make_branch_and_tree('.')
92
92
        self.run_command_check_imports(['st'], [
93
93
            'bzrlib.bundle.commands',
 
94
            'bzrlib.cmd_version_info',
94
95
            'bzrlib.remote',
95
96
            'bzrlib.smart',
96
97
            'smtplib',