hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 20 Oct 2020 22:04:04 +0530
branchstable
changeset 45746 0e06a7ab9e0d
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
merge with default for 5.6rc0

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

__path__ = pkgutil.extend_path(__path__, __name__)