diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-04-29 09:54:55 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-04-29 09:54:55 +0200 |
commit | 4b79b253d268652a1ae7239b564aaff9c2871589 (patch) | |
tree | 9436545560fe8dccbb515b406204468e2d28e6ac /bin/eval-accounting-overhead.py | |
parent | 4f43ceed98bc8f929facfd6c17f394de8ca1a588 (diff) |
Use relative module paths. PYTHONPATH=lib bin/... is no longer needed
Diffstat (limited to 'bin/eval-accounting-overhead.py')
-rwxr-xr-x | bin/eval-accounting-overhead.py | 2 |
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 |