Changeset 3102 for coopr.pysp/trunk/coopr/pysp/ef_writer_script.py
- Timestamp:
- Oct 14, 2010 5:07:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.pysp/trunk/coopr/pysp/ef_writer_script.py
r3101 r3102 52 52 parser.add_option_group( otherOpts ) 53 53 54 inputOpts.add_option('- -instance-directory',54 inputOpts.add_option('-i','--instance-directory', 55 55 help='The directory in which all instance (reference and scenario) definitions are stored. Default is ".".', 56 56 action='store', … … 58 58 type='string', 59 59 default='.') 60 inputOpts.add_option('- -model-directory',60 inputOpts.add_option('-m','--model-directory', 61 61 help='The directory in which all model (reference and scenario) definitions are stored. Default is ".".', 62 62 action='store',
Note: See TracChangeset
for help on using the changeset viewer.