1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

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 -2
View File
@@ -1,7 +1,6 @@
import os,sys,logging import os,sys,logging
import signal, time, atexit, threading import signal, time
from SimpleXMLRPCServer import SimpleXMLRPCServer, SimpleXMLRPCRequestHandler from SimpleXMLRPCServer import SimpleXMLRPCServer, SimpleXMLRPCRequestHandler
import xmlrpclib
import threading import threading
import Queue import Queue