diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-07-06 15:32:12 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-07-06 15:32:12 +0200 |
commit | 92030c19d7cde49999648509309c3ac6e8b4ba21 (patch) | |
tree | 565581fe147cbb839801186543e00bbb9826de2f /bin/cal-hist | |
parent | 1963778c9e8412ef4280fbd012ec14d590f58ca0 (diff) |
Rename dfatool.dfatool to dfatool.loader
Diffstat (limited to 'bin/cal-hist')
-rwxr-xr-x | bin/cal-hist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cal-hist b/bin/cal-hist index ba2ff47..07ab597 100755 --- a/bin/cal-hist +++ b/bin/cal-hist @@ -7,7 +7,7 @@ import struct import sys import tarfile import matplotlib.pyplot as plt -from dfatool.dfatool import MIMOSA +from dfatool.loader import MIMOSA from dfatool.utils import running_mean voltage = float(sys.argv[1]) |