From 4b79b253d268652a1ae7239b564aaff9c2871589 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 29 Apr 2020 09:54:55 +0200 Subject: Use relative module paths. PYTHONPATH=lib bin/... is no longer needed --- bin/mimplot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/mimplot') 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() -- cgit v1.2.3