lsedlar / cts

Forked from cts 5 years ago
Clone

6829d16 Fix compatibility with Python 3.12

Authored and Committed by hlin 2 years ago
    Fix compatibility with Python 3.12
    
    The imp module is deprecated since 3.4 and will be removed in 3.12
    in favor of importlib.
    
    Signed-off-by: Haibo Lin <hlin@redhat.com>
    
        
file modified
+5 -2