Changeset 4465 for experimental/ALF/trunk/alf/ALF.py
- Timestamp:
- 07/19/07 13:44:04 (6 years ago)
- Files:
-
- 1 modified
-
experimental/ALF/trunk/alf/ALF.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
experimental/ALF/trunk/alf/ALF.py
r4464 r4465 459 459 # name as the sad file, and assume that both files are in the 460 460 # same directory. similar to c_wavLoader. 461 das_file = fname.replace(".sad.xml", " ") + "_DAS.xml"461 das_file = fname.replace(".sad.xml", "_DAS.xml") 462 462 full_das_file = dirpath + "/" + das_file 463 463 464 464 # for framework <= r2983: 465 465 # if fname.find("_DAS.xml") != -1: