python-modernize -f libmodernize.fixes.fix_import

This commit is contained in:
Tomas Kopecek 2018-06-28 16:54:44 +02:00 committed by Mike McLean
parent bcee24e50c
commit 7f6b717eb6
86 changed files with 89 additions and 3 deletions

View file

@ -21,6 +21,7 @@
# Largely borrowed from the mergerepo script included in createrepo and
# written by Seth Vidal
from __future__ import absolute_import
import createrepo
import os.path
import rpmUtils.miscutils