Changeset 69580 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Nov 4, 2017 1:34:01 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118930
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r69577 r69580 1348 1348 # HACK ALERT! Keep COM alive past the python garbage collection on in case of dangling objects. @bugref{9037} 1349 1349 # This is a bit of an experiment at the moment... 1350 if self.sHost == 'win' :1350 if self.sHost == 'win' and self.fpApiVer < 5.2: 1351 1351 try: 1352 1352 import pythoncom; # pylint: disable=import-error
Note:
See TracChangeset
for help on using the changeset viewer.