hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 29 Sep 2019 10:37:38 -0700
changeset 43015 dffa9d3c2491
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
automation: install awscli and python3-boto3 packages This provides the `aws` command-line utility as well as a Python library for interacting with AWS. It is useful to have these packages installed in AMIs so you can easily interact with other AWS services. Differential Revision: https://phab.mercurial-scm.org/D6914

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