/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: Jelmer Vernooij
  • Date: 2012-01-02 14:27:58 UTC
  • mfrom: (6410 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6441.
  • Revision ID: jelmer@samba.org-20120102142758-hl7xrn7m5hjhecdv
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
            'bzrlib.smart.server',
187
187
            'bzrlib.transform',
188
188
            'bzrlib.version_info_formats.format_rio',
 
189
            'bzrlib.xml_serializer',
 
190
            'bzrlib.xml8',
189
191
            'getpass',
190
192
            'kerberos',
 
193
            'ssl',
 
194
            'socket',
191
195
            'smtplib',
192
196
            'tarfile',
193
197
            'tempfile',
 
198
            'termios',
 
199
            'tty',
 
200
            'urllib',
194
201
            ] + old_format_modules)
195
202
        # TODO: similar test for repository-only operations, checking we avoid
196
203
        # loading wt-specific stuff
253
260
            'bzrlib.transform',
254
261
            'bzrlib.version_info_formats.format_rio',
255
262
            'bzrlib.workingtree_4',
 
263
            'bzrlib.xml_serializer',
 
264
            'bzrlib.xml8',
256
265
            'getpass',
257
266
            'kerberos',
258
267
            'smtplib',
259
268
            'tarfile',
260
269
            'tempfile',
 
270
            'termios',
 
271
            'tty',
261
272
            ] + old_format_modules)