hgext3rd/__init__.py
author Denis Laxalde <denis@laxalde.org>
Thu, 07 Dec 2017 20:34:18 +0100
branchstable
changeset 3233 bd01eb0108f4
parent 2020 143c8e4dc22d
permissions -rw-r--r--
touch: shorten touch's docstring to make it fit into a one line This make it show completely (untruncated) in `hg help -e evolve`. This follows up on fed946edc293 where the docstring got unwrap for that purpose and thus made the line length exceed 80 columns.

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