mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 22:03:53 +01:00
test: Cleanup tests and use relative imports
This commit is contained in:
@@ -8,8 +8,8 @@ from os.path import dirname, join
|
||||
from time import sleep
|
||||
|
||||
import revpimodio2
|
||||
from tests import TestRevPiModIO
|
||||
from tests.helper import ExitThread
|
||||
from .. import TestRevPiModIO
|
||||
from ..helper import ExitThread
|
||||
|
||||
event_data = (None, None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user