hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Sun, 05 May 2019 18:24:50 +0530
changeset 4635 ea9ae2d2095a
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: add tests for the case when div csets has different users

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