hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 27 Dec 2017 23:51:18 +0530
changeset 3371 753e5ebabe7d
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topics: take logic to parse username to a separate function In next patch we will be adding support to `hg stack` to show users, and this logic will be required there too. So let's take it out in a separate function.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)