hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Fri, 02 Aug 2019 16:17:02 +0200
changeset 42707 bbb002b378f3
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
byteify-strings: add cli argument to handle `attr*()` when they are methods Certain code bases have useful utils that wrap the builtin functions, and are called like `util.setattr`.

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