Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 92fd4416cd8d841bfce74ab9ed42d9747a903842 authored by Mads Kiilerich on 24 August 2019, 16:10:16 UTC, committed by Mads Kiilerich on 24 August 2019, 16:10:16 UTC
Needed for Python 3, works with Python 2.
1 parent 2bc4760
Raw File
Tip revision: 92fd4416cd8d841bfce74ab9ed42d9747a903842 authored by Mads Kiilerich on 24 August 2019, 16:10:16 UTC
Use unicode output_encoding when rendering help text
Tip revision: 92fd441
__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