Changeset 59795 in vbox for trunk/src/VBox/Installer/common
- Timestamp:
- Feb 24, 2016 9:13:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/vboxapisetup.py
r59769 r59795 1 1 """ 2 Copyright (C) 2009-201 6Oracle Corporation2 Copyright (C) 2009-2015 Oracle Corporation 3 3 4 4 This file is part of VirtualBox Open Source Edition (OSE), as … … 19 19 comCache1 = os.path.join(get_python_lib(), 'win32com', 'gen_py') 20 20 comCache2 = os.path.join(os.environ.get("TEMP", "c:\\tmp"), 'gen_py') 21 print ("Cleaning COM cache at",comCache1,"and",comCache2)21 print "Cleaning COM cache at",comCache1,"and",comCache2 22 22 shutil.rmtree(comCache1, True) 23 23 shutil.rmtree(comCache2, True)
Note:
See TracChangeset
for help on using the changeset viewer.