ATLAS Offline Software
Namespaces | Variables
pickleTool.py File Reference

Go to the source code of this file.

Namespaces

 pickleTool
 

Variables

string pickleTool.__author__ = 'Juerg Beringer'
 
string pickleTool.__version__ = '$Id: pickleTool.py 216126 2009-09-29 16:12:59Z atlidbs $'
 
string pickleTool.__usage__ = 'pickleTool [options] arg1 [arg2]'
 
 pickleTool.parser = OptionParser(usage=__usage__, version=__version__)
 
 pickleTool.dest
 
 pickleTool.action
 
 pickleTool.default
 
 pickleTool.False
 
 pickleTool.help
 
 pickleTool.options
 
 pickleTool.args
 
 pickleTool.inFile = open(args[0], 'r')
 
 pickleTool.data = inFile.read()
 
 pickleTool.object = eval(data)
 
 pickleTool.outFile = open(args[1], 'wb')
 
 pickleTool.s = pprint.pformat(data)