diff options
Diffstat (limited to 'scripts/results.py')
-rwxr-xr-x | scripts/results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/results.py b/scripts/results.py index c3c2379..d325dc3 100755 --- a/scripts/results.py +++ b/scripts/results.py @@ -10,7 +10,7 @@ Manage the analysis results in YAML format. """ -from context import acispy +from _context import acispy from acispy import results |