hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 16 Oct 2018 17:48:28 +0200
changeset 40320 9b2e1b00ee94
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: use byte literals in test-storage.py This fixes a Python 3 breakage due to unknown key due to str/bytes type mismatch. # skip-blame just b'' literals Differential Revision: https://phab.mercurial-scm.org/D5114

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