##// END OF EJS Templates
phabricator: convert phabhunk and phabchange keys to bytes when finalising...
phabricator: convert phabhunk and phabchange keys to bytes when finalising I thought I had included this code already but I'd missed it out. One of the disadvantages of attrs is that all the keys are unicode strings on py3, but we need them to be byte strings. Differential Revision: https://phab.mercurial-scm.org/D7066

File last commit:

r43346:2372284d default
r43553:162b81e6 default
Show More
__init__.py
4 lines | 106 B | text/x-python | PythonLexer
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)