comparison sat/tools/common/tls.py @ 3380:4dbf9fcbf26d

tools (common/tls): removed unused import
author Goffi <goffi@goffi.org>
date Mon, 19 Oct 2020 09:28:26 +0200
parents a4b8c9bcfb57
children be6d91572633
comparison
equal deleted inserted replaced
3379:9081b6c41328 3380:4dbf9fcbf26d
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 """TLS handling with twisted""" 19 """TLS handling with twisted"""
20 20
21 from twisted.internet import reactor
22 from sat.core.log import getLogger 21 from sat.core.log import getLogger
23 from sat.core import exceptions 22 from sat.core import exceptions
24 from sat.tools import config as tools_config 23 from sat.tools import config as tools_config
25 24
26 25