/offlineimap/head: changeset 157
Fixed a syntax error
This commit is contained in:
parent
c9b4de85b2
commit
de9ea5c05c
@ -23,7 +23,7 @@ from threading import *
|
||||
|
||||
class TTYUI(UIBase):
|
||||
def __init__(s, verbose = 0):
|
||||
s.verbose = 0
|
||||
s.verbose = verbose
|
||||
s.iswaiting = 0
|
||||
|
||||
def _msg(s, msg):
|
||||
|
@ -23,7 +23,7 @@ from StringIO import StringIO
|
||||
|
||||
class UIBase:
|
||||
def __init__(s, verbose = 0):
|
||||
s.verbose = verbose]
|
||||
s.verbose = verbose
|
||||
|
||||
################################################## UTILS
|
||||
def _msg(s, msg):
|
||||
|
Loading…
Reference in New Issue
Block a user