hgext3rd/__init__.py
author Mateusz Kwapich <mitrandir@fb.com>
Thu, 17 Nov 2016 10:59:15 -0800
changeset 30565 7fbc8a742b4d
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
manifest: expose the parents() method

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