From 2c6610ce5d18330712603c225af83e93cde8eea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Wed, 29 Jun 2016 15:24:35 -0500 Subject: [PATCH] rrs/tools/rrs_upgrade_history.py: Fix import of split_recipe_fn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit split_recipe_fn function was moved to update_layer during python3 upgrade in layerindex. Signed-off-by: Aníbal Limón --- rrs/tools/rrs_upgrade_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrs/tools/rrs_upgrade_history.py b/rrs/tools/rrs_upgrade_history.py index e133d2f..4d417c0 100755 --- a/rrs/tools/rrs_upgrade_history.py +++ b/rrs/tools/rrs_upgrade_history.py @@ -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