diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-20 09:19:55 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-20 09:19:55 +0800 |
commit | 2a069ed00d6f1c83153be9174c296e5540f37d30 (patch) | |
tree | 4170aa16c9f1365e007709e21eb2841535a1a3c6 /scripts/clean_evt2.py | |
parent | 79f878f1c578eb4c85563a6f36170e6527f71b3b (diff) | |
download | chandra-acis-analysis-2a069ed00d6f1c83153be9174c296e5540f37d30.tar.bz2 |
Rename 'context.py' to '_context.py'
Diffstat (limited to 'scripts/clean_evt2.py')
-rwxr-xr-x | scripts/clean_evt2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean_evt2.py b/scripts/clean_evt2.py index f6914b1..5b53922 100755 --- a/scripts/clean_evt2.py +++ b/scripts/clean_evt2.py @@ -22,7 +22,7 @@ import subprocess import shutil import logging -from context import acispy +from _context import acispy from acispy.manifest import get_manifest from acispy.pfiles import setup_pfiles from acispy.acis import ACIS |