Changeset 372
- Timestamp:
- 31/08/15 09:27:38 (6 years ago)
- Location:
- CMIP6dreqbuild/trunk/src/workbook
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/workbook/importShDreq.py
r370 r372 266 266 267 267 txt = doc.toprettyxml(indent='\t', newl='\n', encoding=None) 268 oo = open( 'trial_20150 724.xml', 'w' )268 oo = open( 'trial_20150831.xml', 'w' ) 269 269 lines = string.split( txt, '\n' ) 270 270 for line in lines: -
CMIP6dreqbuild/trunk/src/workbook/scansh.py
r356 r372 3 3 4 4 odir = 'sh20150708' 5 odir = '/data/tmp/svn3/exarch/CMIP6dreqbuild/trunk/srcMisc/sh20150827' 5 6 from scansh_cfg import odir 6 7 def sopen( id ):
Note: See TracChangeset
for help on using the changeset viewer.