Gmail.py else statement not needed
Always is else here.
This commit is contained in:
parent
0454e3e2f1
commit
fc2055de8c
@ -84,8 +84,8 @@ class GmailRepository(IMAPRepository):
|
|||||||
# GMail. Maybe this should look more similar to gethost &
|
# GMail. Maybe this should look more similar to gethost &
|
||||||
# we could just rely on the global "ssl = yes" default.
|
# we could just rely on the global "ssl = yes" default.
|
||||||
return True
|
return True
|
||||||
else:
|
|
||||||
return ssl
|
return ssl
|
||||||
|
|
||||||
def getpreauthtunnel(self):
|
def getpreauthtunnel(self):
|
||||||
return None
|
return None
|
||||||
|
Loading…
Reference in New Issue
Block a user