mock_smbus:canged smbus import to python3style
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
from .context import sgp30
|
from .context import sgp30
|
||||||
|
|
||||||
from mock_smbus2 import MockSMBus
|
from .mock_smbus2 import MockSMBus
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
class TestConstructor(unittest.TestCase):
|
class TestConstructor(unittest.TestCase):
|
||||||
|
Reference in New Issue
Block a user