The reload built-in function has been moved to importlib module in Python 3.4

from importlib import reload

参考: