Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Raw File
Tip revision: 418b54b03719c5f99920ca1d1411ab85ab124545 authored by Arthur Lutz on 09 August 2019, 08:43:36 UTC
[pkg] version 1.10.6
Tip revision: 418b54b
__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