diff options
author | James Bowes <jbowes@redhat.com> | 2007-09-28 20:34:12 -0400 |
---|---|---|
committer | James Bowes <jbowes@redhat.com> | 2007-09-28 20:34:12 -0400 |
commit | b67d47a3c496ea26a1c91e6f0247085cc24346c6 (patch) | |
tree | e7bf155ad909492f2ab6759b40d4d8e657927549 /overlord/sslclient.py | |
parent | fe2993777f86b479bec4e2daf7eef91813537f6d (diff) | |
download | func-b67d47a3c496ea26a1c91e6f0247085cc24346c6.tar.gz func-b67d47a3c496ea26a1c91e6f0247085cc24346c6.tar.xz func-b67d47a3c496ea26a1c91e6f0247085cc24346c6.zip |
Remove unused imports
Diffstat (limited to 'overlord/sslclient.py')
-rw-r--r-- | overlord/sslclient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/overlord/sslclient.py b/overlord/sslclient.py index 7406bfc..0ddbf58 100644 --- a/overlord/sslclient.py +++ b/overlord/sslclient.py @@ -1,6 +1,5 @@ #!/usr/bin/python -import socket import sys import xmlrpclib import urllib |