- Timestamp:
- Apr 1, 2019 1:07:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r76553 r77978 1006 1006 print(" Keyboard [keyboardHIDType]: %s (%s)" % (asEnumElem(ctx, "KeyboardHIDType", mach.keyboardHIDType), mach.keyboardHIDType)) 1007 1007 print(" Pointing device [pointingHIDType]: %s (%s)" % (asEnumElem(ctx, "PointingHIDType", mach.pointingHIDType), mach.pointingHIDType)) 1008 print(" Last changed [n/a]: " + time.asctime(time.localtime( mach.lastStateChange/1000)))1008 print(" Last changed [n/a]: " + time.asctime(time.localtime(int(mach.lastStateChange)/1000))) 1009 1009 # OSE has no VRDE 1010 1010 try:
Note:
See TracChangeset
for help on using the changeset viewer.