diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-11-25 23:46:24 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-11-26 13:47:29 +0100 |
commit | 5cba5ae32003efd7b068e6646ba4c0ada4e29867 (patch) | |
tree | 95f61c0207669339f165a6ecaabd107972b15364 /src/leap/mx/check_recipient_access.py | |
parent | 4557b215775b9dbc438292449d05806f2e43ae0f (diff) |
[style] fix pep8 errors
Diffstat (limited to 'src/leap/mx/check_recipient_access.py')
-rw-r--r-- | src/leap/mx/check_recipient_access.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/leap/mx/check_recipient_access.py b/src/leap/mx/check_recipient_access.py index 070ff0d..67bfd04 100644 --- a/src/leap/mx/check_recipient_access.py +++ b/src/leap/mx/check_recipient_access.py @@ -43,7 +43,6 @@ class LEAPPostFixTCPMapAccessServer(postfix.PostfixTCPMapServer): are looked up by the factory, and will return a permanent or a temporary failure in case either the user or the key don't exist, respectivelly. """ - def _cbGot(self, value): """ Return a code and message depending on the result of the factory's @@ -85,4 +84,3 @@ class CheckRecipientAccessFactory(LEAPPostfixTCPMapServerFactory): @property def _query_message(self): return "check recipient access" - |