view hgext3rd/__init__.py @ 42857:3316e59b0105

bdiff-torture: fix pyflakes warning reporting undefined name 'inst' Looks like I got a latest version of pyflakes somehow or it's running on py3 and it spotted this. Differential Revision: https://phab.mercurial-scm.org/D6757
author Pulkit Goyal <pulkit@yandex-team.ru>
date Thu, 22 Aug 2019 20:36:13 +0300
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)