removed unused imports

This commit is contained in:
Tomas Kopecek 2016-10-04 15:17:25 +02:00
parent 7b954b8cd5
commit 921258749a
14 changed files with 7 additions and 17 deletions

View file

@ -6,8 +6,8 @@
# Modifications by Dan Williams <dcbw@redhat.com>
from OpenSSL import SSL, crypto
import os, string, time, socket, select
from OpenSSL import SSL
import time, socket, select
class SSLConnection: