Staging
v0.5.1
Revision 1b640a724bcb47e73bedded68307f9618edd0bb5 authored by Philippe Pepiot on 28 March 2018, 09:30:34 UTC, committed by Philippe Pepiot on 28 March 2018, 09:30:34 UTC
1 parent 0584d62
Raw File
__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