ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Updated odm2api module path calls in tests/test_odm2 modules to remove deprecated use of ODM2 module hierarchy #171

Closed emiliom closed 5 years ago

emiliom commented 5 years ago

Updated all cases of the use of deprecated ODM2 module hierarchy reported in the TravisCI log

emiliom commented 5 years ago

Addresses #168