Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision e085afe89ed3844f4a96f147a9bf0980cb590f5d authored by Nicolas Chauvat on 07 April 2020, 20:09:37 UTC, committed by Nicolas Chauvat on 07 April 2020, 20:09:37 UTC
1 parent 8ee4fe2
Raw File
Tip revision: e085afe89ed3844f4a96f147a9bf0980cb590f5d authored by Nicolas Chauvat on 07 April 2020, 20:09:37 UTC
Move to foss.heptapod.net and acknowledge their support
Tip revision: e085afe
__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