move DeviceMatcher to hardware
This commit is contained in:
parent
7aafbccb32
commit
7f087627ef
2 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import unittest
|
||||
from tuned.units.device_matcher import DeviceMatcher
|
||||
from tuned.hardware.device_matcher import DeviceMatcher
|
||||
|
||||
class DeviceMatcherTestCase(unittest.TestCase):
|
||||
@classmethod
|
||||
Loading…
Reference in a new issue