docker-offlineimap/offlineimap/ui
Sebastian Spaeth 3b647d65be Output sync timing
Modify the UI:acct and acctdone functions to keep tab of the time
inbetween. Put self.ui.acct() and acctdone() at the right places in
accounts.py so that the timing happens at the right places.

While modifying that loop, flatten the nested try: try: except: finally:
constructs, we require python 2.5 now which copes with that.

At the end of each account sync you will now see something like:
*** Finished account 'test' in 0:05

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-09-29 17:26:46 +02:00
..
__init__.py Allow to use nicer UI names 2011-03-06 15:33:29 +01:00
Blinkenlights.py Output progress indication when copying files 2011-09-29 16:51:48 +02:00
Curses.py Remove deprecated calls to apply() 2011-09-27 13:00:12 +02:00
debuglock.py cleanup import satements 2011-05-12 18:26:29 +02:00
Machine.py Output progress indication when copying files 2011-09-29 16:51:48 +02:00
Noninteractive.py cleanup import statements and conform to PEP-8 2011-03-14 21:35:33 +01:00
TTY.py Output progress indication when copying files 2011-09-29 16:51:48 +02:00
UIBase.py Output sync timing 2011-09-29 17:26:46 +02:00