|
||||
Warning, /CondCore/Utilities/scripts/o2o is written in an unsupported language. File is not indexed.
0001 #!/usr/bin/env python3 0002 0003 ''' 0004 ''' 0005 __author__ = 'Giacomo Govi' 0006 0007 import CondCore.Utilities.o2olib as o2olib 0008 import sys 0009 0010 def main( argv ): 0011 0012 tool = o2olib.O2OTool() 0013 return tool.execute() 0014 0015 if __name__ == '__main__': 0016 0017 sys.exit(main(sys.argv))
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |