rrs/tools/rrs_upgrade_history.py: Fix import of split_recipe_fn

split_recipe_fn function was moved to update_layer during python3
upgrade in layerindex.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
Aníbal Limón 2016-06-29 15:24:35 -05:00
parent a99837213f
commit 42d9891497

View File

@ -22,7 +22,7 @@ from common import common_setup, update_repo, get_pv_type, load_recipes, \
get_logger
common_setup()
from layerindex import utils, recipeparse
from layerindex.update import split_recipe_fn
from layerindex.update_layer import split_recipe_fn
utils.setup_django()
from django.db import transaction