Changeset 59769 in vbox for trunk/src/libs/xpcom18a4/python/vboxxpcom.py
- Timestamp:
- Feb 22, 2016 12:14:21 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105641
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/vboxxpcom.py
r48282 r59769 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.