diff --git a/pymode/__init__.py b/pymode/__init__.py index 2a5dac3d..ef548a45 100644 --- a/pymode/__init__.py +++ b/pymode/__init__.py @@ -4,7 +4,12 @@ import sys import vim # noqa - +try: + from importlib.machinery import PathFinder as _PathFinder + if not hasattr(vim, 'find_module'): + vim.find_module = _PathFinder.find_module +except ImportError: + pass def auto(): """Fix PEP8 erorrs in current buffer. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy