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/context.py | |
parent | 79f878f1c578eb4c85563a6f36170e6527f71b3b (diff) | |
download | chandra-acis-analysis-2a069ed00d6f1c83153be9174c296e5540f37d30.tar.bz2 |
Rename 'context.py' to '_context.py'
Diffstat (limited to 'scripts/context.py')
-rw-r--r-- | scripts/context.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/context.py b/scripts/context.py deleted file mode 100644 index b23b2c8..0000000 --- a/scripts/context.py +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (c) 2017 Weitian LI <liweitianux@live.com> -# MIT license - -""" -Portal to 'acispy' module/package -""" - -import os -import sys - -sys.path.insert( - 0, - os.path.abspath(os.path.join(os.path.dirname(__file__), "..")) -) - -import acispy |