1 # name space package to host third party extensions
2 from __future__ import absolute_import
3 import pkgutil
4 __path__ = pkgutil.extend_path(__path__, __name__)