add os and sys imports

This commit is contained in:
Akinwale Ariwodola 2018-05-24 21:28:09 +01:00 committed by Lex Berezhny
parent 03968f377e
commit 97547e904e

View file

@ -1,4 +1,7 @@
import certifi import certifi
import os
import sys
# Set SSL_CERT_FILE env variable for Twisted SSL verification on Windows # Set SSL_CERT_FILE env variable for Twisted SSL verification on Windows
# This needs to happen before anything else # This needs to happen before anything else
if 'win' in sys.platform: if 'win' in sys.platform: