Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Raw File
Tip revision: 96077f41e4d14ee3531ee599068a306415c14300 authored by Philippe Pepiot on 06 September 2019, 09:02:14 UTC
[pkg] version 1.12.0
Tip revision: 96077f4
__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