Changeset 7940
- Timestamp:
- Aug 17, 2010, 12:52:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/utilities/compile.py
r7872 r7940 422 422 423 423 if ext == '.c': 424 for x in ['.dll', '.so']:425 try:426 os.remove(root + x)427 except:428 pass424 #for x in ['.dll', '.so']: 425 # try: 426 # os.remove(root + x) 427 # except: 428 # pass 429 429 430 430 print separation_line
Note: See TracChangeset
for help on using the changeset viewer.