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/mimplot | |
parent | 1963778c9e8412ef4280fbd012ec14d590f58ca0 (diff) |
Rename dfatool.dfatool to dfatool.loader
Diffstat (limited to 'bin/mimplot')
-rwxr-xr-x | bin/mimplot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mimplot b/bin/mimplot index 2a888ee..0d4ba0e 100755 --- a/bin/mimplot +++ b/bin/mimplot @@ -9,7 +9,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 opt = dict() |