hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 19 Mar 2018 13:11:55 +0530
changeset 3572 7934e9751d69
parent 2020 143c8e4dc22d
permissions -rw-r--r--
state: add __setitem__() for cmdstate class Adding __setitem__() will help us in setting the value of variables stored in state files using `state[key] = value` in our code which is very convenient.

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