hgext/__init__.py
author Durham Goode <durham@fb.com>
Mon, 11 Sep 2017 15:59:18 -0700
branchstable
changeset 33677 1908dc958639
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
ssh: fix flakey ssh errors on BSD systems This is a trivial backport of c037fd655b47 performed by augie@google.com, but the change is still really Durham's not mine, so I [augie] am leaving him as the author.

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