/offlineimap/head: changeset 357

Always do a flush in Noninteractive when writing out data.
This commit is contained in:
jgoerzen
2003-02-08 03:12:47 +01:00
parent 22d82d0949
commit f826607c08
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class Basic(UIBase):
def _msg(s, msg):
print msg
sys.stdout.flush()
def warn(s, msg, minor = 0):
warntxt = 'WARNING'