Doing this would make the output of the tests (eg, "warnings summary" on TravisCI, such as [this one](https://travis-ci.org/ODM2/ODM2PythonAPI/jobs/442962054)) much less cluttered and easier to digest. Plus, we have to move away from that deprecated module hierarchy anyway. Better sooner than later. Example of current warning output: ```python /tmp/tests/test_SessionFactory.py:3: FutureWarning: The module odm2api.ODM2.models will be deprecated. Please use odm2api.models instead. from odm2api.ODM2.models import CVElevationDatum, setSchema ```