hgext/__init__.py
author Kostia Balytskyi <ikostia@fb.com>
Thu, 22 Sep 2016 09:15:30 -0700
changeset 1737 5383671ef612
parent 1619 5ef77a1d975c
permissions -rw-r--r--
evolve: fix test breaks related to double->single quote changes

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