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

@ -3,6 +3,7 @@
"""Test the __init__.py module"""
from __future__ import absolute_import
import koji
import unittest