churchyard / rpms / python36

Forked from rpms/python36 5 years ago
Clone

93e4680 Fix deprecation warning on using imp

1 file Authored by ishcherb 5 years ago, Committed by tadej 5 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