~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-18 03:22:46 UTC
  • mfrom: (1711.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060518032246-036ad34931aa2e85
(robertc) Merge the commit progress bar patch (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    def clear_term(self):
117
117
        """See progress.ProgressBar.clear_term()."""
118
118
 
 
119
    def clear_term(self):
 
120
        """See progress.ProgressBar.clear_term()."""
 
121
 
119
122
    def finished(self):
120
123
        """See progress.ProgressBar.finished()."""
121
124