/offlineimap/head: changeset 575
Fixed missing _display in Noninteractive.
This commit is contained in:
parent
69433259cd
commit
c51c5c6596
@ -1,3 +1,9 @@
|
|||||||
|
offlineimap (4.0.2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixed missing definition of _display in Noninteractive.
|
||||||
|
|
||||||
|
-- John Goerzen <jgoerzen@complete.org> Fri, 31 Oct 2003 15:18:05 -0600
|
||||||
|
|
||||||
offlineimap (4.0.1) unstable; urgency=low
|
offlineimap (4.0.1) unstable; urgency=low
|
||||||
|
|
||||||
* Fixed a typo. Closes: #201497.
|
* Fixed a typo. Closes: #201497.
|
||||||
|
@ -23,7 +23,7 @@ class Basic(UIBase):
|
|||||||
def getpass(s, accountname, config, errmsg = None):
|
def getpass(s, accountname, config, errmsg = None):
|
||||||
raise NotImplementedError, "Prompting for a password is not supported in noninteractive mode."
|
raise NotImplementedError, "Prompting for a password is not supported in noninteractive mode."
|
||||||
|
|
||||||
def _msg(s, msg):
|
def _display(s, msg):
|
||||||
print msg
|
print msg
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user