~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

  • Committer: Martin Pool
  • Date: 2005-06-10 07:13:33 UTC
  • Revision ID: mbp@sourcefrog.net-20050610071333-23ae2f973a1eb0f5
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
# TODO: remove functions in favour of keeping everything in one class
33
33
 
 
34
# TODO: should be a global option e.g. --silent that disables progress
 
35
# indicators, preferably without needing to adjust all code that
 
36
# potentially calls them.
 
37
 
34
38
 
35
39
import sys
36
40
import datetime