~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_import_tariff.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-18 21:24:45 UTC
  • mfrom: (6379.1.1 no-termios)
  • Revision ID: pqm@pqm.ubuntu.com-20111218212445-onsppr7rdov3cw42
(jelmer) Avoid always importing termios and tty in bzrlib.osutils. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
            'smtplib',
194
194
            'tarfile',
195
195
            'tempfile',
 
196
            'termios',
 
197
            'tty',
196
198
            ] + old_format_modules)
197
199
        # TODO: similar test for repository-only operations, checking we avoid
198
200
        # loading wt-specific stuff
262
264
            'smtplib',
263
265
            'tarfile',
264
266
            'tempfile',
 
267
            'termios',
 
268
            'tty',
265
269
            ] + old_format_modules)