From 2a069ed00d6f1c83153be9174c296e5540f37d30 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 20 Feb 2017 09:19:55 +0800 Subject: Rename 'context.py' to '_context.py' --- scripts/context.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 scripts/context.py (limited to 'scripts/context.py') 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 -# 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 -- cgit v1.2.2