/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/progress.py

  • Committer: Andrew Bennetts
  • Date: 2007-10-05 02:18:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2905.
  • Revision ID: andrew.bennetts@canonical.com-20071005021853-q410n3kcldnnp2ms
Revert bad change to bzrlib/progress.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
        self.MIN_PAUSE = 0.1 # seconds
187
187
        now = time.time()
188
188
        # starting now
189
 
        self.start_time = None
 
189
        self.start_time = now
190
190
        # next update should not throttle
191
191
        self.last_update = now - self.MIN_PAUSE - 1
192
192