removed unused imports
This commit is contained in:
parent
7b954b8cd5
commit
921258749a
14 changed files with 7 additions and 17 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue