diff options
| author | Scott Gasch <[email protected]> | 2021-10-06 17:11:52 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-10-06 17:11:52 -0700 |
| commit | a5c4feeac240a446a38147130b51ad96a046f6e1 (patch) | |
| tree | 79944d91d6f88eb3b4d4f212f177c2e47a63422a /bootstrap.py | |
| parent | aad84a3abe06d127918d09f2ad3b8f4264a9d02b (diff) | |
Starting to move towards python3.9
Diffstat (limited to 'bootstrap.py')
| -rw-r--r-- | bootstrap.py | 2 |
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 = {} |
