Mercurial > hg
view hgext/__init__.py @ 41623:7c4e205f71ca
py3: use bytes.startswith() instead of comparing with bytes[0]
This is because bytes[0] will return the ascii value and comparison will fail.
This makes test-commit-interactive-curses.t pass on Python 3.
Differential Revision: https://phab.mercurial-scm.org/D5879
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Thu, 07 Feb 2019 16:44:43 +0300 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)