Changeset 20334 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jun 5, 2009 2:15:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/vboxapisetup.py
r20333 r20334 30 30 newF.close() 31 31 oldF.close() 32 try: 33 os.remove(file) 34 except: 35 pass 32 36 os.rename(newFile, file) 33 37
Note:
See TracChangeset
for help on using the changeset viewer.