diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/doit/test_doit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/doit/test_doit.py b/test/doit/test_doit.py index 8c98345..32eb138 100644 --- a/test/doit/test_doit.py +++ b/test/doit/test_doit.py @@ -3,7 +3,7 @@ import os import os.path import logging from pathlib import Path -from ee.fact import DataSetManager +from ee.ds import DataSetManager from inspect import Parameter import ee.kicad.doit |