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