#2883 importlib instead of imp
Merged by tkopecek. Opened by jcupova.
jcupova/koji issue-2822  into  master

Download 2883.patch

Fixes: https://pagure.io/koji/issue/2822

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

:thumbsup:

:thumbsup:

The code changes look fine, but this code comment is a little unclear

    # this is a trick that PY2 doesn't have machinery

Perhaps instead, add a comment in the exception handler like, "importlib not available for PY2, so we fall back to using imp"

rebased onto 0c7f4f1339c1ea222369a601526f8d9ba6e2d7c0

@tkopecek @mikem comment updated

Commit 65cc705e fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata