quentinhardy/odat

Deprecation warning

Closed this issue · 1 comments

/opt/odat/odat.py:52: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp

imp module is not required in odat. I have removed it from odat.
It is done in 1a79275

Thank you,