hgdemandimport/__init__.py
branchstable
changeset 52009 141ed0bf72a1
parent 51730 63ede7a43a37
child 52013 5713adc51f2a
equal deleted inserted replaced
51962:7b8769cca23d 52009:141ed0bf72a1
    60     '_distutils_hack.override',
    60     '_distutils_hack.override',
    61     # threading is locally imported by importlib.util.LazyLoader.exec_module
    61     # threading is locally imported by importlib.util.LazyLoader.exec_module
    62     '_weakrefset',
    62     '_weakrefset',
    63     'warnings',
    63     'warnings',
    64     'threading',
    64     'threading',
       
    65     'collections.abc',
    65 }
    66 }
    66 
    67 
    67 _pypy = '__pypy__' in sys.builtin_module_names
    68 _pypy = '__pypy__' in sys.builtin_module_names
    68 
    69 
    69 if _pypy:
    70 if _pypy: