hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Mon, 10 Feb 2020 20:47:19 -0500
changeset 44384 e80da7a63264
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
tags: fix some type confusion exposed in python 3 # skip-blame just b-prefix and %-format cleanup, no meaningful change Differential Revision: https://phab.mercurial-scm.org/D8107

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)