diff options
Diffstat (limited to 'scripts/analyze_path.py')
-rwxr-xr-x | scripts/analyze_path.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/analyze_path.py b/scripts/analyze_path.py index 40ac393..d2acd42 100755 --- a/scripts/analyze_path.py +++ b/scripts/analyze_path.py @@ -16,7 +16,7 @@ The root directory of the object data has the format: import os import argparse -from context import acispy +from _context import acispy from acispy.analyze_path import get_name, get_obsid |