mirror of
https://github.com/python/cpython.git
synced 2026-05-26 06:14:25 -04:00
a1bddadddd
imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin.