From: garciadeblas Date: Wed, 10 Dec 2025 22:44:18 +0000 (+0100) Subject: Update ns.py to fix import of osm_common version X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=192af8218b56b4d0b91ec0381fd9bf2330de4b7f;p=osm%2FRO.git Update ns.py to fix import of osm_common version Change-Id: I7e0e30114ebb9d80813ba8470efdc41b9f48087e Signed-off-by: garciadeblas --- diff --git a/NG-RO/osm_ng_ro/ns.py b/NG-RO/osm_ng_ro/ns.py index 995ad5bb..5791e88e 100644 --- a/NG-RO/osm_ng_ro/ns.py +++ b/NG-RO/osm_ng_ro/ns.py @@ -39,7 +39,6 @@ from jinja2 import ( UndefinedError, ) from osm_common import ( - _version as common_version, dbmemory, dbmongo, fslocal, @@ -47,6 +46,7 @@ from osm_common import ( msgkafka, msglocal, ) +from osm_common._version import version as common_version from osm_common.dbbase import DbBase, DbException from osm_common.fsbase import FsBase, FsException from osm_common.msgbase import MsgException