hgext3rd/__init__.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Wed, 02 Aug 2017 01:15:07 +0900
changeset 33837 1775f93da25c
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
largefiles: fix help text to avoid warning at "make update-pot" This change helps hggettext to find out help text in original source, because it assumes that backslash ('\') is doubled in docstring.

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