From a5c4feeac240a446a38147130b51ad96a046f6e1 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 6 Oct 2021 17:11:52 -0700 Subject: Starting to move towards python3.9 --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.py') 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 = {} -- cgit v1.3