From cab8218f070f9e00990583ef9ab596e094506ce7 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 2 Apr 2007 15:30:11 +0000 Subject: Add support for drivers not enabled by default (in preparation for addition of RPMng) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3002 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Client/Frame.py') diff --git a/src/lib/Client/Frame.py b/src/lib/Client/Frame.py index 9fa276e5e..17bbf2417 100644 --- a/src/lib/Client/Frame.py +++ b/src/lib/Client/Frame.py @@ -49,7 +49,7 @@ class Frame: if self.setup['drivers']: tools = self.setup['drivers'].split(',') else: - tools = Bcfg2.Client.Tools.__all__[:] + tools = Bcfg2.Client.Tools.drivers[:] tclass = {} for tool in tools: tool_class = "Bcfg2.Client.Tools.%s" % tool -- cgit v1.2.3-1-g7c22