~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

  • Committer: John Arbash Meinel
  • Date: 2009-02-23 15:42:47 UTC
  • mto: This revision was merged to the branch mainline in revision 4033.
  • Revision ID: john@arbash-meinel.com-20090223154247-has31lzprui21glu
Track down a few more files that have trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
 
159
159
class ProgressBarStack(object):
160
160
    """A stack of progress bars.
161
 
    
 
161
 
162
162
    This class is deprecated: instead, ask the ui factory for a new progress
163
163
    task and finish it when it's done.
164
164
    """