mirror of
https://github.com/naruxde/revpimodio2.git
synced 2026-05-16 08:27:24 +02:00
test: Cleanup tests and use relative imports
This commit is contained in:
@@ -6,8 +6,8 @@ __license__ = "GPLv2"
|
||||
|
||||
from os.path import dirname
|
||||
|
||||
from tests import TestRevPiModIO
|
||||
from tests.helper import ExitSignal
|
||||
from .. import TestRevPiModIO
|
||||
from ..helper import ExitSignal
|
||||
|
||||
|
||||
class TestSignals(TestRevPiModIO):
|
||||
|
||||
Reference in New Issue
Block a user