__init__.py 178 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 __path__ = __import__('pkgutil').extend_path(__path__, __name__) from .structure import RENDERER def includeme(config): config.add_renderer(RENDERER, '.renderer.Renderer')