hgext/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 19 Jan 2021 21:48:43 +0530
branchstable
changeset 46338 9da65e3cf370
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
merge with stable

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)