From 729d83a9a67795cf285ca8f0177007e1b21e35bc Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 12 Jan 2007 21:42:21 +0000 Subject: Fix issue reported by mjinks git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2659 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Client/Frame.py b/src/lib/Client/Frame.py index 6147e15a6..762be7a10 100644 --- a/src/lib/Client/Frame.py +++ b/src/lib/Client/Frame.py @@ -43,8 +43,8 @@ class Frame: else: tools = Bcfg2.Client.Tools.__all__[:] tmods = {} - tool_class = "Bcfg2.Client.Tools.%s" % tool for tool in tools: + tool_class = "Bcfg2.Client.Tools.%s" % tool try: tmods[tool] = __import__(tool_class, globals(), locals(), ['*']) except ImportError: -- cgit v1.2.3-1-g7c22