quentinhardy / odat

ODAT: Oracle Database Attacking Tool
1.6k stars 345 forks source link

Deprecation warning #43

Closed ghost closed 4 years ago

ghost commented 4 years ago

/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

quentinhardy commented 4 years ago

imp module is not required in odat. I have removed it from odat. It is done in https://github.com/quentinhardy/odat/commit/1a792751247bb830f5d7d8b4e7a67f582723914b

Thank you,