id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 13025 Use importlib.import_module rather than __import__ Ryan J Ollos Ryan J Ollos On trunk, where we support only Python 2.7, we can use [https://docs.python.org/2/library/importlib.html importlib]. The module is [https://docs.python.org/2/library/functions.html#__import__ recommended] over use of `__import__`. enhancement closed normal 1.3.6 general normal fixed python3 Replaced uses of `__import__` with `importlib.import_module`.