bitbake: prserv: serv.py: remove unused and duplicate imports

Remove unused xmlrpclib, atexit and duplicated threading module imports

(Bitbake rev: 3e12f4e8e3ec66d1df772a64be04b90ec72462ae)

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Maxin B. John 2015-05-04 13:35:35 +02:00 committed by Richard Purdie
parent 1fe445d0b5
commit 29c7111362
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import os,sys,logging
import signal, time, atexit, threading
import signal, time
from SimpleXMLRPCServer import SimpleXMLRPCServer, SimpleXMLRPCRequestHandler
import xmlrpclib
import threading
import Queue