threading: fix variable names about namespaces
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
@ -60,6 +60,8 @@ class IMAPServer(object):
|
||||
GSS_STATE_WRAP = 1
|
||||
|
||||
def __init__(self, repos):
|
||||
""":repos: a IMAPRepository instance."""
|
||||
|
||||
self.ui = getglobalui()
|
||||
self.repos = repos
|
||||
self.config = repos.getconfig()
|
||||
|
Reference in New Issue
Block a user