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