VirtualBox

Ignore:
Timestamp:
Jul 2, 2019 11:16:36 AM (5 years ago)
Author:
vboxsync
Message:

ValKit/vbox.py: Use getEnumValueName in the _logVmInfoUnsafe() and log some more stuff there. [missing import]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r79450 r79464  
    14641464            self.oVBoxMgr.xcptToString          = types.MethodType(_xcptToString,        self.oVBoxMgr);
    14651465        if not hasattr(self.oVBoxMgr, 'getEnumValueName'):
     1466            import types;
    14661467            self.oVBoxMgr.getEnumValueName      = types.MethodType(_getEnumValueName,    self.oVBoxMgr);
    14671468
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette