From 5dd5e3c2979394e0567564e3095212903a233bf9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 19 Feb 2017 16:48:03 +0800 Subject: Update various script for 'acispy' --- scripts/collect_yaml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/collect_yaml.py') diff --git a/scripts/collect_yaml.py b/scripts/collect_yaml.py index 05d4684..6758555 100755 --- a/scripts/collect_yaml.py +++ b/scripts/collect_yaml.py @@ -15,7 +15,8 @@ import sys import argparse import csv -from manifest import Manifest +from context import acispy +from acispy.manifest import Manifest def main(): -- cgit v1.2.2