Author: gnichols Date: 2010-06-18 00:05:27 +0000 (Fri, 18 Jun 2010) New Revision: 561
Modified: trunk/v7/planner.py Log: 568518 - FEAT: add a BMC fencing testing
Modified: trunk/v7/planner.py =================================================================== --- trunk/v7/planner.py 2010-06-18 00:04:39 UTC (rev 560) +++ trunk/v7/planner.py 2010-06-18 00:05:27 UTC (rev 561) @@ -64,7 +64,7 @@ del sys.modules[moduleName] except KeyError: pass - module = __import__(moduleName) + module = __import__(moduleName, globals(), locals(), [], -1) for thing in dir(module): if self.options.debug == Constants.high: print "thing: %s" % thing
v7-commits@lists.stg.fedorahosted.org