threading: fix variable names about namespaces

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2016-05-19 08:35:45 +02:00
parent 0b32e787c7
commit a2a8a908ca
3 changed files with 7 additions and 5 deletions

View File

@ -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()