imapserver.py removed extra parenthesis
We can remove this parenthesis.
This commit is contained in:
parent
0e90bcbf38
commit
cbbeebbf44
@ -40,7 +40,7 @@ except ImportError:
|
|||||||
have_gss = False
|
have_gss = False
|
||||||
|
|
||||||
|
|
||||||
class IMAPServer():
|
class IMAPServer:
|
||||||
"""Initializes all variables from an IMAPRepository() instance
|
"""Initializes all variables from an IMAPRepository() instance
|
||||||
|
|
||||||
Various functions, such as acquireconnection() return an IMAP4
|
Various functions, such as acquireconnection() return an IMAP4
|
||||||
|
Loading…
Reference in New Issue
Block a user