~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: John Arbash Meinel
  • Date: 2011-04-07 10:36:24 UTC
  • mfrom: (5764 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5766.
  • Revision ID: john@arbash-meinel.com-20110407103624-n76g6tjeqmznwdcd
Merge bzr.dev 5764 to resolve release-notes (aka NEWS) conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        # 'st' in a default format working tree shouldn't need many modules
97
97
        self.make_branch_and_tree('.')
98
98
        self.run_command_check_imports(['st'], [
 
99
            'bzrlib.atomicfile',
99
100
            'bzrlib.bugtracker',
100
101
            'bzrlib.bundle.commands',
101
102
            'bzrlib.cmd_version_info',
124
125
            'bzrlib.xml5',
125
126
            'bzrlib.xml6',
126
127
            'bzrlib.xml7',
 
128
            'getpass',
127
129
            'kerberos',
128
130
            'smtplib',
129
131
            'tarfile',
 
132
            'tempfile',
130
133
            ])
131
134
        # TODO: similar test for repository-only operations, checking we avoid
132
135
        # loading wt-specific stuff