From 0f10161d862b07d329554ec9bc027afa7dea1c1e Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Sat, 16 Feb 2019 00:27:01 +0100 Subject: [PATCH] Remove unneeded wrapClientTLS import --- syncplay/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/client.py b/syncplay/client.py index f107a06..4834775 100755 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -12,7 +12,7 @@ import time from copy import deepcopy from functools import wraps -from twisted.internet.endpoints import HostnameEndpoint, wrapClientTLS +from twisted.internet.endpoints import HostnameEndpoint from twisted.internet.protocol import ClientFactory from twisted.internet import reactor, task, defer, threads from twisted.application.internet import ClientService