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