
8 Apr
2008
8 Apr
'08
10:03 p.m.
def main(): options = main.options log_param() + global vsxml
It's probably a good idea to pass vsxml in as an argument than to declare it as a global. It can be unclear when the value gets set; passing the value in as an argument helps cleanup up this confusion. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com