aboutsummaryrefslogtreecommitdiffstats
path: root/termcast_client/__init__.py
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-17 21:23:39 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-17 21:23:39 -0400
commita50f6a2ae6e40d284bdf0162708ee3d3e692342e (patch)
tree93678f539529bd6c20035a94e93567f333df9bdd /termcast_client/__init__.py
parent25a0ad29bfd3d989313cf3987d34d8b4115a2d97 (diff)
downloadpython-termcast-client-a50f6a2ae6e40d284bdf0162708ee3d3e692342e.tar.gz
python-termcast-client-a50f6a2ae6e40d284bdf0162708ee3d3e692342e.zip
formatting
Diffstat (limited to 'termcast_client/__init__.py')
-rw-r--r--termcast_client/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/termcast_client/__init__.py b/termcast_client/__init__.py
index fa98ab0..3a2d943 100644
--- a/termcast_client/__init__.py
+++ b/termcast_client/__init__.py
@@ -49,7 +49,6 @@ class Client(object):
except:
pass
-
def _starttls(self):
self.sock.send(b'starttls\n')
context = ssl.create_default_context(purpose=ssl.Purpose.SERVER_AUTH)