Exemplo n.º 1
0
 def _check_allowed(self):
     both_or_neither(self.ssl == 'winssl', self.sasl == 'sspi')
     if not self.sasl:
         require(self.ssl == 'openssl')
Exemplo n.º 2
0
 def _check_allowed(self):
     both_or_neither(self.ssl == 'winssl', self.sasl == 'sspi')
     if not self.sasl:
         require(self.ssl == 'openssl')