Expose ServerUplinkConnector with a name understandable without TFW knowledge

This commit is contained in:
Kristóf Tóth 2018-04-06 16:22:21 +02:00
parent 0464acbdc4
commit 11743e830a

View File

@ -5,5 +5,5 @@ from .serialization import decode_if_needed, encode_if_needed, serialize_all, de
from .zmq_connector_base import ZMQConnectorBase
from .controller_connector import ControllerConnector
from .message_sender import MessageSender
from .event_handlers.server_connector import ServerUplinkConnector
from .event_handlers.server_connector import ServerUplinkConnector as TFWServerConnector
from .server.tfw_server import TFWServer