ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/report.py
Revision: 1.4
Committed: Tue Apr 4 16:16:56 2006 UTC (19 years ago) by corvo
Content type: text/x-python
Branch: MAIN
CVS Tags: CRAB_1_1_0, CRAB_1_1_0_pre4, CRAB_1_1_0_pre3, CRAB_1_1_0_pre1
Changes since 1.3: +5 -166 lines
Log Message:
new version for report.py

File Contents

# User Rev Content
1 corvo 1.1 #!/usr/bin/python
2 corvo 1.4
3 corvo 1.1 ##
4     ## MAIN PROGRAM
5     ##
6 corvo 1.4
7     import sys
8     from DashboardAPI import report
9    
10 corvo 1.1 if __name__ == '__main__' :
11     args = sys.argv[1:]
12 corvo 1.2 report(args)
13 corvo 1.1 sys.exit(0)