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/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/manifest.py') 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 -- cgit v1.2.2