Starting to move towards python3.9
[python_utils.git] / bootstrap.py
index 045411ae257116db18b2bb56b61cfe95cd14f762..03bb505c6d3a1aed2a6177aba4fc3565d538fd17 100644 (file)
@@ -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 = {}