summaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-10-06 17:11:52 -0700
committerScott Gasch <[email protected]>2021-10-06 17:11:52 -0700
commita5c4feeac240a446a38147130b51ad96a046f6e1 (patch)
tree79944d91d6f88eb3b4d4f212f177c2e47a63422a /bootstrap.py
parentaad84a3abe06d127918d09f2ad3b8f4264a9d02b (diff)
Starting to move towards python3.9
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 045411a..03bb505 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -87,7 +87,7 @@ def handle_uncaught_exception(exc_type, exc_value, exc_tb):
original_hook(exc_type, exc_value, exc_tb)
-class ImportInterceptor(importlib.abc.MetaPathFinder):
+class ImportInterceptor(object):
def __init__(self):
import collect.trie
self.module_by_filename_cache = {}