[tests] Fix imports for Python3 compatibility
This commit is contained in:
parent
30f3c898ed
commit
e4f728327e
6 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ from bumblebee.engine import Engine
|
|||
from bumblebee.config import Config
|
||||
import bumblebee.input
|
||||
|
||||
from mocks import MockOutput, MockInput
|
||||
from tests.mocks import MockOutput, MockInput
|
||||
|
||||
class TestEngine(unittest.TestCase):
|
||||
def setUp(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue