From 92030c19d7cde49999648509309c3ac6e8b4ba21 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 6 Jul 2020 15:32:12 +0200 Subject: Rename dfatool.dfatool to dfatool.loader --- bin/cal-hist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/cal-hist') 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]) -- cgit v1.2.3