fix fakehub imports
This commit is contained in:
parent
175ecb5e8f
commit
4ee35ddfe6
1 changed files with 1 additions and 2 deletions
|
|
@ -12,9 +12,8 @@ import sys
|
||||||
from urllib.parse import quote
|
from urllib.parse import quote
|
||||||
|
|
||||||
sys.path.insert(0, os.getcwd())
|
sys.path.insert(0, os.getcwd())
|
||||||
sys.path.insert(1, os.path.join(os.getcwd(), 'kojihub'))
|
|
||||||
import koji
|
import koji
|
||||||
import kojixmlrpc
|
from kojihub import kojixmlrpc
|
||||||
import koji.xmlrpcplus
|
import koji.xmlrpcplus
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue