fix relative imports
This commit is contained in:
parent
c579e36489
commit
73356b50e5
5 changed files with 5 additions and 7 deletions
|
|
@ -1,13 +1,11 @@
|
|||
from __future__ import absolute_import
|
||||
import unittest
|
||||
import os
|
||||
import sys
|
||||
import mock
|
||||
import rpm
|
||||
import tempfile
|
||||
import koji
|
||||
|
||||
from loadkojid import kojid
|
||||
from .loadkojid import kojid
|
||||
from six.moves import range
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue