uncovered import exception
This commit is contained in:
parent
8eb69799ad
commit
ed986086dc
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import sys
|
|||
import ssl.SSLCommon
|
||||
try:
|
||||
from ssl import ssl as pyssl
|
||||
except ImportError:
|
||||
except ImportError: # pragma: no cover
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue