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 /minion/AuthedXMLRPCServer.py | |
parent | 7cacf5f3114fb8d7dabd91dd3acc9f95c657442f (diff) | |
download | func-00179513a9585eeeaee12c644a35f14f8ecc3862.tar.gz func-00179513a9585eeeaee12c644a35f14f8ecc3862.tar.xz func-00179513a9585eeeaee12c644a35f14f8ecc3862.zip |
Remove assorted unused imports
Diffstat (limited to 'minion/AuthedXMLRPCServer.py')
-rw-r--r-- | minion/AuthedXMLRPCServer.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/minion/AuthedXMLRPCServer.py b/minion/AuthedXMLRPCServer.py index 490b57a..da6b18a 100644 --- a/minion/AuthedXMLRPCServer.py +++ b/minion/AuthedXMLRPCServer.py @@ -15,11 +15,8 @@ # Copyright 2005 Dan Williams <dcbw@redhat.com> and Red Hat, Inc. # Modifications by Seth Vidal - 2007 -import os, sys +import sys import socket -import time -import SocketServer -import xmlrpclib import SimpleXMLRPCServer from func import SSLCommon import OpenSSL |