X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=ba2e14eab18f43d14d827f9d4905224fa85db55b;hp=a8f891d006d225e08f349ea738f99968742dd0fe;hb=a8d63635eecb1c8debab5f674931a453ea39e78d;hpb=0ffaa99c277d76ca49fdbe4d4b6b9df4d7484857;ds=sidebyside diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index a8f891d..ba2e14e 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -8,9 +8,9 @@ import yaml import html_out as html import logging from engine import Engine, EngineException -from dbbase import DbException -from fsbase import FsException -from msgbase import MsgException +from osm_common.dbbase import DbException +from osm_common.fsbase import FsException +from osm_common.msgbase import MsgException from base64 import standard_b64decode #from os import getenv from http import HTTPStatus