Staging
v0.5.1
swh:1:snp:94aae2785f73ccaec5983b9f5ce071eed323eccf
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