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=2125a31711a94d2c21c24fe4aa768a2f3823f3cb;hpb=ee270727d8a9ae41924dfce4a6789af1b5045602;ds=sidebyside 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 "