diff sat_frontends/bridge/pb.py @ 4071:4b842c1fb686

refactoring: renamed `sat` package to `libervia.backend`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 11:49:51 +0200
parents 524856bd7b19
children
line wrap: on
line diff
--- a/sat_frontends/bridge/pb.py	Thu Jun 01 21:37:34 2023 +0200
+++ b/sat_frontends/bridge/pb.py	Fri Jun 02 11:49:51 2023 +0200
@@ -23,8 +23,8 @@
 from twisted.spread import pb
 from twisted.internet import reactor, defer
 from twisted.internet.error import ConnectionRefusedError, ConnectError
-from sat.core import exceptions
-from sat.tools import config
+from libervia.backend.core import exceptions
+from libervia.backend.tools import config
 from sat_frontends.bridge.bridge_frontend import BridgeException
 
 log = getLogger(__name__)