/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

@ -1,3 +1,9 @@
offlineimap (3.99.10) unstable; urgency=low
* Always do a flush in Noninteractive when writing out data.
-- John Goerzen <jgoerzen@complete.org> Fri, 7 Feb 2003 14:12:17 -0600
offlineimap (3.99.9) unstable; urgency=low offlineimap (3.99.9) unstable; urgency=low
* Added check to make sure that two processes do not run in the same * Added check to make sure that two processes do not run in the same

View File

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