~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-02-10 02:17:15 UTC
  • mto: This revision was merged to the branch mainline in revision 5028.
  • Revision ID: mbp@canonical.com-20100210021715-4jlnmcxqxod7ut19
Move or remove some unconditionally loaded code

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    def test_simple_local(self):
82
82
        # 'st' in a working tree shouldn't need many modules
83
83
        self.make_branch_and_tree('.')
84
 
        self.run_command_check_imports(['st'],
85
 
            ['smtplib'])
 
84
        self.run_command_check_imports(['st'], [
 
85
            'bzrlib.remote',
 
86
            'bzrlib.smart',
 
87
            'smtplib',
 
88
            'tarfile',
 
89
            ])