hgext/__init__.py
author Bryan O'Sullivan <bryano@fb.com>
Tue, 11 Apr 2017 14:54:12 -0700
changeset 31958 de5c9d0e02ea
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
atexit: switch to home-grown implementation

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