repository/IMAP.py Removed initialitation
We don't need initialite this variable here.
This commit is contained in:
parent
78b010d149
commit
9779d5444a
@ -177,7 +177,6 @@ class IMAPRepository(BaseRepository):
|
|||||||
return mechs
|
return mechs
|
||||||
|
|
||||||
def getuser(self):
|
def getuser(self):
|
||||||
user = None
|
|
||||||
localeval = self.localeval
|
localeval = self.localeval
|
||||||
|
|
||||||
if self.config.has_option(self.getsection(), 'remoteusereval'):
|
if self.config.has_option(self.getsection(), 'remoteusereval'):
|
||||||
|
Loading…
Reference in New Issue
Block a user