hgext/__init__.py
author Jun Wu <quark@fb.com>
Mon, 13 Mar 2017 22:30:07 -0700
changeset 31528 2b599f5468a4
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
histedit: inline cleanupnode Move "cleanupnode" (unsafe strip) into "safecleanupnode" so it's impossible to call the unsafe function directly. This helps reduce future programming errors.

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