summaryrefslogtreecommitdiff
path: root/bin/eval-accounting-overhead.py
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/eval-accounting-overhead.py
parent4f43ceed98bc8f929facfd6c17f394de8ca1a588 (diff)
Use relative module paths. PYTHONPATH=lib bin/... is no longer needed
Diffstat (limited to 'bin/eval-accounting-overhead.py')
-rwxr-xr-xbin/eval-accounting-overhead.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/eval-accounting-overhead.py b/bin/eval-accounting-overhead.py
index 9f1e98c..d4b1d2c 100755
--- a/bin/eval-accounting-overhead.py
+++ b/bin/eval-accounting-overhead.py
@@ -13,7 +13,7 @@ providing overhead per transition and getEnergy overhead
"""
-from dfatool import AnalyticModel, TimingData, pta_trace_to_aggregate
+from dfatool.dfatool import AnalyticModel, TimingData, pta_trace_to_aggregate
import json
import sys