X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fservice%2Fmessagebus.py;fp=o2app%2Fservice%2Fmessagebus.py;h=6c60c28918ef2c95ac70f6350cfd285c18ffbbcf;hb=84867b76a65efc4e9add52c86eae7e451c4a038d;hp=297aa8f1e1c324b22ec9ecc1a4f94b940f7aa6ce;hpb=19ee63847f8eb032009e63634b90eb594f3c0408;p=pti%2Fo2.git diff --git a/o2app/service/messagebus.py b/o2common/service/messagebus.py similarity index 98% rename from o2app/service/messagebus.py rename to o2common/service/messagebus.py index 297aa8f..6c60c28 100644 --- a/o2app/service/messagebus.py +++ b/o2common/service/messagebus.py @@ -15,7 +15,7 @@ # pylint: disable=broad-except, attribute-defined-outside-init from __future__ import annotations from typing import Callable, Dict, List, Union, Type, TYPE_CHECKING -from o2ims.domain import commands, events +from o2common.domain import commands, events if TYPE_CHECKING: from . import unit_of_work