From: Markus Lehtonen Date: Wed, 21 May 2014 07:46:41 +0000 (+0300) Subject: changelog: fix import of the gbp changelog module X-Git-Tag: 0.22~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d890fa030e48c7102c071fd39bcbb6efb3755e12;p=tools%2Fgbs.git changelog: fix import of the gbp changelog module After it was renamed in gbp. Change-Id: Ic66e16c672ec1ba42ab660c20225a87975fb9b0d Signed-off-by: Markus Lehtonen --- diff --git a/gitbuildsys/cmd_changelog.py b/gitbuildsys/cmd_changelog.py index 10388fe..ab8f80f 100644 --- a/gitbuildsys/cmd_changelog.py +++ b/gitbuildsys/cmd_changelog.py @@ -27,7 +27,7 @@ from gitbuildsys.errors import GbsError from gitbuildsys.log import LOGGER as log from gbp.rpm.git import GitRepositoryError, RpmGitRepository -from gbp.scripts.rpm_changelog import main as gbp_rpm_ch +from gbp.scripts.rpm_ch import main as gbp_rpm_ch