From: garciadeblas Date: Wed, 10 Dec 2025 22:38:15 +0000 (+0100) Subject: Update engine.py to consider changes in common versioning X-Git-Tag: v19.0.0~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=b9f2ee7c6c87da02c65e1e94a719c95f180a54ca;p=osm%2FNBI.git Update engine.py to consider changes in common versioning Change-Id: Iea2f726110555968cd45f3258b1842421bcd2590 Signed-off-by: garciadeblas --- diff --git a/osm_nbi/engine.py b/osm_nbi/engine.py index ade9081f..101167c8 100644 --- a/osm_nbi/engine.py +++ b/osm_nbi/engine.py @@ -23,8 +23,8 @@ from osm_common import ( fsmongo, msglocal, msgkafka, - _version as common_version, ) +from osm_common._version import version as common_version from osm_common.dbbase import DbException from osm_common.fsbase import FsException from osm_common.msgbase import MsgException