ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/Configuration/scripts/makePlots.py
(Generate patch)

Comparing UserCode/OSUT3Analysis/Configuration/scripts/makePlots.py (file contents):
Revision 1.16 by lantonel, Tue Mar 12 21:10:44 2013 UTC vs.
Revision 1.17 by lantonel, Wed Mar 13 09:27:11 2013 UTC

# Line 4 | Line 4 | import os
4   import re
5   from array import *
6   from decimal import *
7 < import argparse
7 > from optparse import OptionParser
8   from OSUT3Analysis.Configuration.configurationOptions import *
9   from OSUT3Analysis.Configuration.processingUtilities import *
10  
11 < parser = argparse.ArgumentParser()
11 > parser = OptionParser()
12   parser = set_commandline_arguments(parser)
13 <
14 < arguments = parser.parse_args()
13 > (arguments, args) = parser.parse_args()
14  
15   if arguments.localConfig:
16      sys.path.append(os.getcwd())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines