Changeset 132
- Timestamp:
- 09/20/17 12:26:10 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/bletchley-http2py
r131 r132 149 149 from bletchley import chosenct 150 150 from bletchley.CBC import * 151 import urllib3152 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)153 151 154 152 # TODO: ensure the host, port, and protocol settings are correct. … … 174 172 try: 175 173 import requests 174 import urllib3 175 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) 176 176 except: 177 177 sys.stderr.write('ERROR: Could not import requests module. Ensure it is installed.\\n')
Note: See TracChangeset
for help on using the changeset viewer.