Changeset 69557 in vbox
- Timestamp:
- Nov 3, 2017 12:13:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/vboxapi.py
r69556 r69557 662 662 663 663 def deinit(self): 664 import pythoncom665 666 664 for oHandle in self.aoHandles: 667 665 if oHandle is not None: … … 672 670 self.oClient = None; 673 671 674 pythoncom.CoUninitialize() 672 # This non-sense doesn't pair up with any pythoncom.CoInitialize[Ex]. 673 # See @bugref{9037}. 674 #import pythoncom 675 #pythoncom.CoUninitialize() 675 676 676 677 def queryInterface(self, oIUnknown, sClassName):
Note:
See TracChangeset
for help on using the changeset viewer.