/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: 2011-04-08 03:31:54 UTC
  • mfrom: (5766 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5767.
  • Revision ID: andrew.bennetts@canonical.com-20110408033154-la08nghd4391sw5m
Merge latest lp:bzr, move our new release notes entries to the current release.

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',
102
103
            'bzrlib.externalcommand',
103
 
            'bzrlib.foreign',
 
104
            # foreign branch plugins import the foreign_vcs_registry from 
 
105
            # bzrlib.foreign so it can't be blacklisted
104
106
            'bzrlib.gpg',
105
107
            'bzrlib.info',
106
108
            'bzrlib.merge3',
123
125
            'bzrlib.xml5',
124
126
            'bzrlib.xml6',
125
127
            'bzrlib.xml7',
 
128
            'getpass',
126
129
            'kerberos',
127
130
            'smtplib',
128
131
            'tarfile',
 
132
            'tempfile',
129
133
            ])
130
134
        # TODO: similar test for repository-only operations, checking we avoid
131
135
        # loading wt-specific stuff