The imp module is deprecated in favor of importlib since Python 3.4

Issue #2 resolved
Shane Anderson created an issue

In data/__init__.py we use the imp module to reload the boto3 module after we patch it, however the imp module has been deprecated since Python 3.4 and we should look at migrating to importlib which seems have have a drop in replacement for existing reload method used.

Comments (1)

  1. Log in to comment