Changeset 3518
- Timestamp:
- 04/28/07 11:19:15 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
WaveDev/trunk/WaveDev/wavedev/generate/templates/py_comp/genStructure.py
r3517 r3518 41 41 #copy over the readme file 42 42 shutil.copy('generate/templates/py_comp/README', compPath + comp.name) 43 os.remove(compPath + '/reconf') #get rid of the reconf file that ComponentFrame copied over 43 44 44 45 if compPath[len(compPath)-1] != '/':