VirtualBox

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/libs/xpcom18a4/python/vboxxpcom.py

    r59795 r59798  
    11"""
    2 Copyright (C) 2008-2012 Oracle Corporation
     2Copyright (C) 2008-2016 Oracle Corporation
    33
    44This file is part of VirtualBox Open Source Edition (OSE), as
     
    4747        _oVBoxPythonMod =  __import__(m)
    4848        break
    49     except Exception, x:
    50         print 'm=%s x=%s' % (m, x);
     49    except Exception as x:
     50        print('m=%s x=%s' % (m, x))
    5151    #except:
    5252    #    pass
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