hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Wed, 06 Mar 2019 21:47:08 +0800
changeset 4431 f109917f5c28
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolvecmd: compatibility with older geteffectflag() that took a tuple Before bae6f1418a95 the function took a tuple of 2 arguments instead of these 2 arguments directly.

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