diff options
| author | James Bowes <jbowes@redhat.com> | 2007-09-26 22:36:33 -0400 |
|---|---|---|
| committer | James Bowes <jbowes@redhat.com> | 2007-09-26 22:36:33 -0400 |
| commit | 00179513a9585eeeaee12c644a35f14f8ecc3862 (patch) | |
| tree | d7324872ca76f9525184f8547f4de9f70432a862 /func/SSLConnection.py | |
| parent | 7cacf5f3114fb8d7dabd91dd3acc9f95c657442f (diff) | |
| download | func-00179513a9585eeeaee12c644a35f14f8ecc3862.tar.gz func-00179513a9585eeeaee12c644a35f14f8ecc3862.tar.xz func-00179513a9585eeeaee12c644a35f14f8ecc3862.zip | |
Remove assorted unused imports
Diffstat (limited to 'func/SSLConnection.py')
| -rw-r--r-- | func/SSLConnection.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/func/SSLConnection.py b/func/SSLConnection.py index 47529b4..ff5ffa9 100644 --- a/func/SSLConnection.py +++ b/func/SSLConnection.py @@ -8,8 +8,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: |
