sort imports in plugins
This commit is contained in:
parent
77bc43c07a
commit
90cc76573f
9 changed files with 39 additions and 24 deletions
|
|
@ -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',)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue