diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-07-24 17:51:25 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-07-24 17:51:25 +0200 |
commit | ee520323410a7f6982f40fe9c6631c3b936bcd2d (patch) | |
tree | 835af2ec0109ce9c021de227791777b5100e5233 /test | |
parent | 894ff92c770320e264961bba55bbf0fba16efe56 (diff) | |
download | ee-python-ee520323410a7f6982f40fe9c6631c3b936bcd2d.tar.gz ee-python-ee520323410a7f6982f40fe9c6631c3b936bcd2d.tar.bz2 ee-python-ee520323410a7f6982f40fe9c6631c3b936bcd2d.tar.xz ee-python-ee520323410a7f6982f40fe9c6631c3b936bcd2d.zip |
wip.
o Renaming "fact" to "ds".
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 |