Changeset 92612 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Nov 26, 2021 6:29:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/vboxxpcom.py
r68042 r92612 67 67 _oVBoxPythonMod = __import__(m) 68 68 break 69 except Exception as x:70 p rint('m=%s x=%s' % (m, x))71 #except :72 # p ass69 except: 70 pass 71 #except Exception as x: 72 # print('m=%s x=%s' % (m, x)) 73 73 74 74 if platform.system() == 'Darwin':
Note:
See TracChangeset
for help on using the changeset viewer.