hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 01 Nov 2019 21:46:34 -0700
branchstable
changeset 43376 b27cf9f52194
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
histedit: restore hex nodeids to be 12 digits long I accidentally switched from 12 digits to 40 digits while making the code py3-compatible. Thanks to Yuya for noticing. Differential Revision: https://phab.mercurial-scm.org/D7200

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)