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