887
892
class SmartTCPClientMedium(SmartClientSocketMedium):
890
895
def __init__(self, host, port, base):
891
896
"""Creates a client that will connect on the first use."""
892
897
SmartClientSocketMedium.__init__(self, base)
898
901
def _ensure_connection(self):
899
902
"""Connect this medium if not already connected."""