X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fsubscriptions.py;h=39eed76f18e6a3e7403f347bddfc65f3cd8461a2;hp=156f466db63b87b59f4c53f0db82890d86548541;hb=refs%2Fchanges%2F67%2F7867%2F1;hpb=19ee3b009a324217eace4684af72f4344655592e diff --git a/osm_nbi/subscriptions.py b/osm_nbi/subscriptions.py index 156f466..39eed76 100644 --- a/osm_nbi/subscriptions.py +++ b/osm_nbi/subscriptions.py @@ -27,7 +27,7 @@ from http import HTTPStatus from osm_common import dbmongo, dbmemory, msglocal, msgkafka from osm_common.dbbase import DbException from osm_common.msgbase import MsgException -from engine import EngineException +from osm_nbi.engine import EngineException __author__ = "Alfonso Tierno "