~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_progress.py

  • Committer: Martin Pool
  • Date: 2009-06-05 23:00:37 UTC
  • mto: This revision was merged to the branch mainline in revision 4418.
  • Revision ID: mbp@sourcefrog.net-20090605230037-662frzolf4cph3a3
Deprecate DotsProgressBar and TTYProgressBar

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from StringIO import StringIO
19
19
 
20
20
from bzrlib import errors
21
 
from bzrlib.progress import (
22
 
        DummyProgress,
23
 
        ChildProgress,
24
 
        TTYProgressBar,
25
 
        DotsProgressBar,
26
 
        )
27
21
from bzrlib.tests import TestCase
28
22
from bzrlib.symbol_versioning import (
29
23
    deprecated_in,