VirtualBox

Changeset 59795 in vbox for trunk/src/VBox/Installer/common


Ignore:
Timestamp:
Feb 24, 2016 9:13:27 AM (9 years ago)
Author:
vboxsync
Message:

temporarily back out the recent Python 3 changes (r105649, r105645, r105644, r105643, r105641)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/common/vboxapisetup.py

    r59769 r59795  
    11"""
    2 Copyright (C) 2009-2016 Oracle Corporation
     2Copyright (C) 2009-2015 Oracle Corporation
    33
    44This file is part of VirtualBox Open Source Edition (OSE), as
     
    1919    comCache1 = os.path.join(get_python_lib(), 'win32com', 'gen_py')
    2020    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
    2222    shutil.rmtree(comCache1, True)
    2323    shutil.rmtree(comCache2, True)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette