view hgext/__init__.py @ 33361:66fe60d5f291

blackbox: simplify the dirty check Same idea (and possibly incorrect behavior) as the previous commit.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 09 Jul 2017 00:23:03 -0400
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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