view hgext/__init__.py @ 48423:fff5942d445f

typo: s/unkown/unknown across the codebase Differential Revision: https://phab.mercurial-scm.org/D11807
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 26 Nov 2021 11:53:54 +0100
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)