~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-19 00:55:07 UTC
  • mfrom: (6381 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6383.
  • Revision ID: jelmer@canonical.com-20111219005507-d3wennzzwxqbnd5y
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
            'smtplib',
196
196
            'tarfile',
197
197
            'tempfile',
 
198
            'termios',
 
199
            'tty',
198
200
            'urllib',
199
201
            ] + old_format_modules)
200
202
        # TODO: similar test for repository-only operations, checking we avoid
265
267
            'smtplib',
266
268
            'tarfile',
267
269
            'tempfile',
 
270
            'termios',
 
271
            'tty',
268
272
            ] + old_format_modules)