Refactor code layout
[pti/o2.git] / o2common / service / messagebus.py
similarity index 98%
rename from o2app/service/messagebus.py
rename to o2common/service/messagebus.py
index 297aa8f..6c60c28 100644 (file)
@@ -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