view hgext/__init__.py @ 29843:00ca4f966ca6

hghave: add a check for unzip(1) that understands symlinks unzip(1) from the FreeBSD base system does not understand symlinks, so test-archive-symlinks is busted.
author Augie Fackler <augie@google.com>
date Thu, 25 Aug 2016 01:25:52 -0400
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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