We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f4501 commit 924d1e1Copy full SHA for 924d1e1
overrides/pythonpath/httptoolkit_intercept.py
@@ -1,11 +1,3 @@
1
-try:
2
- import importlib
3
- if not hasattr(importlib, 'reload'):
4
- raise Exception('wrong importlib')
5
-except:
6
- import imp
7
- importlib = imp
8
-
9
def preload_real_module(*module_names):
10
# Re-importing the real module at the top level of an override fails after deleting it from
11
# sys.modules['httplib'] in Python 2. Some interesting issues there ofc, but doing this
0 commit comments