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