From e558a7676b0df14eade9313b7bfdbe7e8605d420 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 10 Feb 2019 12:36:52 +0000 Subject: Abstract ssl socket wrapping away so we can reuse it --- src/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/__init__.py') diff --git a/src/utils/__init__.py b/src/utils/__init__.py index c9a42935..188b8e9c 100644 --- a/src/utils/__init__.py +++ b/src/utils/__init__.py @@ -1,5 +1,5 @@ import decimal, io, ipaddress, re, typing -from src.utils import cli, consts, irc, http, parse +from src.utils import cli, consts, irc, http, parse, security TIME_SECOND = 1 TIME_MINUTE = TIME_SECOND*60 -- cgit v1.3.1-10-gc9f91