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