Changeset 59798 in vbox for trunk/src/libs/xpcom18a4/python/vboxxpcom.py
- Timestamp:
- Feb 24, 2016 2:35:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/vboxxpcom.py
r59795 r59798 1 1 """ 2 Copyright (C) 2008-201 2Oracle Corporation2 Copyright (C) 2008-2016 Oracle Corporation 3 3 4 4 This file is part of VirtualBox Open Source Edition (OSE), as … … 47 47 _oVBoxPythonMod = __import__(m) 48 48 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)) 51 51 #except: 52 52 # pass
Note:
See TracChangeset
for help on using the changeset viewer.