diff options
Diffstat (limited to 'bin/mimplot')
-rwxr-xr-x | bin/mimplot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mimplot b/bin/mimplot index cd71a4f..2a888ee 100755 --- a/bin/mimplot +++ b/bin/mimplot @@ -9,8 +9,8 @@ import struct import sys import tarfile import matplotlib.pyplot as plt -from dfatool import MIMOSA -from utils import running_mean +from dfatool.dfatool import MIMOSA +from dfatool.utils import running_mean opt = dict() |