Open
Description
Python 3.3 added implicit namespace packages from PEP 420.
All that is required to create a native namespace package is that you just omit init.py from the namespace package directory.
If we switch to this approach, we need to make sure that all the tools, toolkits and other packages that need to share the openquake namespace are complaint with this new convention.