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

@ -12,7 +12,7 @@ import sys
from urllib.parse import quote
sys.path.insert(0, os.getcwd())
sys.path.insert(1, os.path.join(os.getcwd(), 'hub'))
sys.path.insert(1, os.path.join(os.getcwd(), 'kojihub'))
import koji
import kojixmlrpc
import koji.xmlrpcplus