1 ## Namespace package
2 # http://legacy.python.org/dev/peps/pep-0420/#namespace-packages-today
3 from pkgutil import extend_path
4 __path__ = extend_path(__path__, __name__)