~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-07 06:20:30 UTC
  • mfrom: (1558.8.6 bzr.progress)
  • Revision ID: pqm@pqm.ubuntu.com-20060407062030-1277bbf3d808f04f
Fix note implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
    def clear(self):
434
434
        pass
435
435
 
436
 
    def note(*args, **kwargs):
 
436
    def note(self, *args, **kwargs):
437
437
        self.parent.note(*args, **kwargs)
438
438
 
439
439