comparison 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
comparison
equal deleted inserted replaced
4070:d10748475025 4071:4b842c1fb686
21 from functools import partial 21 from functools import partial
22 from pathlib import Path 22 from pathlib import Path
23 from twisted.spread import pb 23 from twisted.spread import pb
24 from twisted.internet import reactor, defer 24 from twisted.internet import reactor, defer
25 from twisted.internet.error import ConnectionRefusedError, ConnectError 25 from twisted.internet.error import ConnectionRefusedError, ConnectError
26 from sat.core import exceptions 26 from libervia.backend.core import exceptions
27 from sat.tools import config 27 from libervia.backend.tools import config
28 from sat_frontends.bridge.bridge_frontend import BridgeException 28 from sat_frontends.bridge.bridge_frontend import BridgeException
29 29
30 log = getLogger(__name__) 30 log = getLogger(__name__)
31 31
32 32