From 2ba89f93a9146eabad02828eb1a41b0a97dd2038 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 22 Jul 2013 15:20:42 -0400 Subject: MultiprocessingCore: removed unused import --- src/lib/Bcfg2/Server/MultiprocessingCore.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib/Bcfg2/Server/MultiprocessingCore.py b/src/lib/Bcfg2/Server/MultiprocessingCore.py index 76a80f5fb..af5eb0f3a 100644 --- a/src/lib/Bcfg2/Server/MultiprocessingCore.py +++ b/src/lib/Bcfg2/Server/MultiprocessingCore.py @@ -17,7 +17,6 @@ The RPC call always returns a value via the pipe, so the caller *must* read the return value in order to keep the pipe consistent. """ -import logging import threading import lxml.etree import multiprocessing -- cgit v1.2.3-1-g7c22