Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Switch from the deprecated imp to importlib #2327

Merged
merged 2 commits into from
Jul 1, 2020
Merged

Commits on Jun 23, 2020

  1. Switch from the deprecated imp to importlib

    Separate python 3.4 and 3.5+ implementation
    forslund committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    b968b06 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Handle reloading of relative imports

    Submodule reload is enforced by removing sys.modules reference. This
    will make imports do the full uncached importing
    forslund committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    58608e6 View commit details
    Browse the repository at this point in the history