diff options
Diffstat (limited to 'scripts/manifest.py')
-rwxr-xr-x | scripts/manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/manifest.py b/scripts/manifest.py index df0361f..6b100f0 100755 --- a/scripts/manifest.py +++ b/scripts/manifest.py @@ -18,7 +18,7 @@ and other structures in the YAML file. .. _`PyYAML`: http://pyyaml.org/ """ -from context import acispy +from _context import acispy from acispy import manifest |