hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Sat, 29 Jun 2019 14:28:35 +0530
branchstable
changeset 4727 355b8e17e14c
parent 2020 143c8e4dc22d
permissions -rw-r--r--
touch: add test which shows touch can fail to warn about divergence

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