startTLS: import and cosmetic fixes

This commit is contained in:
Alberto Sottile 2019-02-11 17:19:37 +01:00
parent 23f4d686f2
commit cb66180328
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import time
from string import Template
from twisted.enterprise import adbapi
from twisted.internet import task, reactor, ssl
from twisted.internet import task, reactor
from twisted.internet.protocol import Factory
try: