add os and sys imports
This commit is contained in:
parent
03968f377e
commit
97547e904e
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
import certifi
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Set SSL_CERT_FILE env variable for Twisted SSL verification on Windows
|
||||
# This needs to happen before anything else
|
||||
if 'win' in sys.platform:
|
||||
|
|
Loading…
Reference in a new issue