view hgext3rd/__init__.py @ 49857:ab32fd8412a7

typing: disable a few incorrect warnings in pywatchman The module-attr warnings are for things that only exist on Windows, and the wrong-keyword-args warning is due to a special case for a specific constructor. Both of these are properly conditionalized.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 05 Jan 2023 17:31:11 -0500
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)