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