hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Tue, 06 Nov 2018 15:10:56 +0530
changeset 4251 a5ec7652c4f4
parent 2020 143c8e4dc22d
permissions -rw-r--r--
next: add test which shows that `next` get confused by split

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