diff libervia/backend/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py @ 4074:26b7ed2817da

refactoring: rename `sat_frontends` to `libervia.frontends`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 14:12:38 +0200
parents 4b842c1fb686
children
line wrap: on
line diff
--- a/libervia/backend/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py	Fri Jun 02 12:59:21 2023 +0200
+++ b/libervia/backend/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py	Fri Jun 02 14:12:38 2023 +0200
@@ -25,7 +25,7 @@
 from twisted.internet.error import ConnectionRefusedError, ConnectError
 from libervia.backend.core import exceptions
 from libervia.backend.tools import config
-from sat_frontends.bridge.bridge_frontend import BridgeException
+from libervia.frontends.bridge.bridge_frontend import BridgeException
 
 log = getLogger(__name__)