summaryrefslogtreecommitdiffstats
path: root/minion
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2007-09-26 22:36:33 -0400
committerJames Bowes <jbowes@redhat.com>2007-09-26 22:36:33 -0400
commit00179513a9585eeeaee12c644a35f14f8ecc3862 (patch)
treed7324872ca76f9525184f8547f4de9f70432a862 /minion
parent7cacf5f3114fb8d7dabd91dd3acc9f95c657442f (diff)
downloadthird_party-func-00179513a9585eeeaee12c644a35f14f8ecc3862.tar.gz
third_party-func-00179513a9585eeeaee12c644a35f14f8ecc3862.tar.xz
third_party-func-00179513a9585eeeaee12c644a35f14f8ecc3862.zip
Remove assorted unused imports
Diffstat (limited to 'minion')
-rw-r--r--minion/AuthedXMLRPCServer.py5
-rwxr-xr-xminion/server.py2
2 files changed, 2 insertions, 5 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
diff --git a/minion/server.py b/minion/server.py
index 302bf43..b10eedb 100755
--- a/minion/server.py
+++ b/minion/server.py
@@ -21,7 +21,7 @@ import sys
import traceback
import socket
-from rhpl.translate import _, N_, textdomain, utf8
+from rhpl.translate import textdomain
I18N_DOMAIN = "func"
# our modules