summaryrefslogtreecommitdiff
path: root/bin/mimplot
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-04-29 09:54:55 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-04-29 09:54:55 +0200
commit4b79b253d268652a1ae7239b564aaff9c2871589 (patch)
tree9436545560fe8dccbb515b406204468e2d28e6ac /bin/mimplot
parent4f43ceed98bc8f929facfd6c17f394de8ca1a588 (diff)
Use relative module paths. PYTHONPATH=lib bin/... is no longer needed
Diffstat (limited to 'bin/mimplot')
-rwxr-xr-xbin/mimplot4
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()