hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 29 Sep 2018 23:52:00 -0400
changeset 39911 d1bc6cf2be69
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
py3: use util.forcebytestr() to convert push lock error to bytes

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