churchyard / rpms / python3

Forked from rpms/python3 6 years ago
Clone

56c7fd9 Fix deprecation warning on using imp

Authored and Committed by ishcherb 6 years ago
    Fix deprecation warning on using imp
    
    In build log fixes the following warning:
    /builddir/build/SOURCES/check-pyc-and-pyo-timestamps.py:3: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
      import imp