view hgext3rd/__init__.py @ 36787:4397909f82d3

phabricator: specify API tokens per host, rather than per repo Differential Revision: https://phab.mercurial-scm.org/D1919
author Tom Prince <mozilla@hocat.ca>
date Sat, 20 Jan 2018 02:41:10 -0700
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

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