further changes

This commit is contained in:
Tomas Kopecek 2022-11-21 11:06:33 +01:00
parent 95912eb314
commit 8902675489
14 changed files with 15 additions and 23 deletions

View file

@ -1,10 +1,7 @@
import sys
import koji
from koji.context import context
from koji.plugin import export
sys.path.insert(0, '/usr/share/koji-hub/')
import kojihub # noqa: E402
import kojihub
__all__ = ('saveFailedTree',)