From bd99a13f3965bfdd09a58020424c3b36d97f6877 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 17 Jun 2012 07:57:24 +1200 Subject: Start refactoring towards netlib, adding SNI and client testing. --- libpathod/test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libpathod/test.py') diff --git a/libpathod/test.py b/libpathod/test.py index dcbb65d5..a66124a3 100644 --- a/libpathod/test.py +++ b/libpathod/test.py @@ -29,7 +29,6 @@ class PaThread(threading.Thread): self.q, self.app, self.ssl = q, app, ssl self.port = None -# begin nocover def run(self): if self.ssl is True: ssloptions = dict( -- cgit v1.2.3