sort imports in plugins

This commit is contained in:
Yu Ming Zhu 2019-12-09 21:43:31 +00:00
parent 77bc43c07a
commit 90cc76573f
9 changed files with 39 additions and 24 deletions

View file

@ -1,11 +1,13 @@
from __future__ import absolute_import
import sys
import koji
import kojihub
from koji.context import context
from koji.plugin import export
sys.path.insert(0, '/usr/share/koji-hub/')
import kojihub
__all__ = ('saveFailedTree',)