Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision aa101323070fc7c77af0e703cd1bf0f6fd988f74 authored by Mads Kiilerich on 25 August 2019, 12:16:01 UTC, committed by Mads Kiilerich on 25 August 2019, 12:16:01 UTC
1 parent 4976c2b
Raw File
Tip revision: aa101323070fc7c77af0e703cd1bf0f6fd988f74 authored by Mads Kiilerich on 25 August 2019, 12:16:01 UTC
Apply tounicode on more data from Mercurial - they will be bytes in py3
Tip revision: aa10132
__init__.py
# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)
back to top