hgext/__init__.py
author Jun Wu <quark@fb.com>
Wed, 11 Oct 2017 17:42:35 -0700
changeset 34641 bb6544b1c56e
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
largefiles: do not use platform.system() See the previous patch for the reason. Differential Revision: https://phab.mercurial-scm.org/D1020

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)