view hgext3rd/__init__.py @ 52131:2dce4c01cec1

tests: enable pytype checking on `mercurial/wireprotov1peer.py`
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 25 Oct 2024 23:46:20 -0400
parents f4733654f144
children
line wrap: on
line source

# name space package to host third party extensions

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)