Reload a Python Module

For python 3.4 and greater.

import importlib
importlib.reload(module)