From 35851347089db1a092ec715cb183aec19f19e983 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 27 Jul 2013 17:52:33 -0500 Subject: MultiprocessingCore: Fix Cache import Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/MultiprocessingCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Bcfg2/Server/MultiprocessingCore.py b/src/lib/Bcfg2/Server/MultiprocessingCore.py index 02710ab99..b9716619d 100644 --- a/src/lib/Bcfg2/Server/MultiprocessingCore.py +++ b/src/lib/Bcfg2/Server/MultiprocessingCore.py @@ -26,8 +26,8 @@ The parent communicates with the children over two constructs: import threading import lxml.etree import multiprocessing -from Bcfg2.Cache import Cache from Bcfg2.Compat import Queue +from Bcfg2.Server.Cache import Cache from Bcfg2.Server.Core import BaseCore, exposed from Bcfg2.Server.Plugin import Debuggable from Bcfg2.Server.BuiltinCore import Core as BuiltinCore -- cgit v1.2.3-1-g7c22