VirtualBox

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


Ignore:
Timestamp:
Feb 24, 2016 2:35:47 PM (9 years ago)
Author:
vboxsync
Message:

re-applied the Python 3 changes which were backed out in r105674 sans the changes in .cpp

File:
1 edited

Legend:

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

    r59795 r59798  
    11"""
    2 Copyright (C) 2009-2015 Oracle Corporation
     2Copyright (C) 2009-2016 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