python-modernize -f libmodernize.fixes.fix_import

This commit is contained in:
Tomas Kopecek 2017-05-03 11:42:40 +02:00
parent 62288597f1
commit 8962c26080
71 changed files with 92 additions and 21 deletions

View file

@ -1,5 +1,6 @@
# kojid plugin
from __future__ import absolute_import
import commands
import koji
import six.moves.configparser