hgext/__init__.py
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Sun, 20 Mar 2016 18:24:59 -0400
changeset 28637 4874b8efe7d2
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
crecord: break out the help message for editing hunks This help message can be useful for other situations, such as for the review extension. It's also easier to write it at the top-level indentation with triple-quoted strings instead of inserting comment characters and newlines programmatically.

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