hgext/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Mon, 12 Dec 2022 17:49:48 +0400
branchstable
changeset 49792 4658f5e67e4e
parent 48875 6000f5b25c9b
permissions -rw-r--r--
tests: document what the other currently enabled pylint check ensures

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)