hgext/__init__.py
author Ian Moody <moz-ian@perix.co.uk>
Wed, 18 Sep 2019 00:20:43 +0100
changeset 42950 6fb281f39c25
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
py3: pass a bytestring into querydrev instead of a string that'll TypeError This was a regression I introduced in c19d259fd6ad. When the string gets to the memoryview in _tokenize under py3 it'll die. Differential Revision: https://phab.mercurial-scm.org/D6869

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