hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 03 Apr 2017 08:45:24 -0700
changeset 31787 6bfea18df609
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
manifest: update comment to be about bytearray Looks like a leftover from 2a18e9e6ca43 (py3: use bytearray() instead of array('c', ...) constructions, 2017-03-12).

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