~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ui/__init__.py

  • Committer: Martin Pool
  • Date: 2008-12-16 05:51:24 UTC
  • mto: (3882.7.11 progress)
  • mto: This revision was merged to the branch mainline in revision 3940.
  • Revision ID: mbp@sourcefrog.net-20081216055124-uxx9245lbuef07le
All UI factories should support note()

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
    def progress_finished(self, task):
190
190
        pass
191
191
 
 
192
    def note(self, msg):
 
193
        pass
 
194
 
192
195
 
193
196
def clear_decorator(func, *args, **kwargs):
194
197
    """Decorator that clears the term"""