~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/text.py

Fixup pb usage to use nested_progress_bar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
class TextUIFactory(UIFactory):
31
31
 
32
 
    def __init__(self):
33
 
        super(TextUIFactory, self).__init__()
34
 
        self._progress_bar_stack = None
35
 
 
36
32
    @deprecated_method(zero_eight)
37
33
    def progress_bar(self):
38
34
        """See UIFactory.nested_progress_bar()."""