1
0
Fork 0

move DeviceMatcher to hardware

This commit is contained in:
Evgeni Golov 2017-04-18 12:15:54 +02:00
parent 7aafbccb32
commit 7f087627ef
2 changed files with 1 additions and 1 deletions

View file

@ -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