From 99fc1b0724ecef423c50bdf13666f6633c3765ef Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 23 Aug 2012 07:58:04 -0400 Subject: removed or fixed functools imports --- src/lib/Bcfg2/Server/Core.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/Bcfg2/Server/Core.py') diff --git a/src/lib/Bcfg2/Server/Core.py b/src/lib/Bcfg2/Server/Core.py index d518e0e92..f39453edd 100644 --- a/src/lib/Bcfg2/Server/Core.py +++ b/src/lib/Bcfg2/Server/Core.py @@ -14,12 +14,9 @@ import Bcfg2.settings import Bcfg2.Server import Bcfg2.Logger import Bcfg2.Server.FileMonitor -from Bcfg2.Bcfg2Py3k import xmlrpclib +from Bcfg2.Bcfg2Py3k import xmlrpclib, reduce from Bcfg2.Server.Plugin import PluginInitError, PluginExecutionError -if sys.hexversion >= 0x03000000: - from functools import reduce - try: import psyco psyco.full() -- cgit v1.2.3-1-g7c22