view hgext/__init__.py @ 35103:7ea56f5700b8

setup: add hgext.lfs to list of Python packages This is needed for lfs to get installed. Probably could stand to go into an earlier patch, but I just want to get this stuff pushed.
author Augie Fackler <augie@google.com>
date Mon, 20 Nov 2017 18:00:02 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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