Changeset 132 for trunk


Ignore:
Timestamp:
09/20/17 12:26:10 (7 years ago)
Author:
tim
Message:

better place to put that

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/bletchley-http2py

    r131 r132  
    149149from bletchley import chosenct
    150150from bletchley.CBC import *
    151 import urllib3
    152 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
    153151
    154152# TODO: ensure the host, port, and protocol settings are correct.
     
    174172try:
    175173    import requests
     174    import urllib3
     175    urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
    176176except:
    177177    sys.stderr.write('ERROR: Could not import requests module.  Ensure it is installed.\\n')
Note: See TracChangeset for help on using the changeset viewer.