Changeset 26584 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Feb 16, 2010 3:20:08 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r26583 r26584 383 383 384 384 385 def guestStats(ctx, session,console,args):385 def guestStats(ctx,console,args): 386 386 guest = console.guest 387 387 # we need to set up guest statistics … … 438 438 'screenshot': lambda: takeScreenshot(ctx,console,args), 439 439 'teleport': lambda: teleport(ctx,session,console,args), 440 'gueststats': lambda: guestStats(ctx, mach,console, args),440 'gueststats': lambda: guestStats(ctx, console, args), 441 441 } 442 442 try:
Note:
See TracChangeset
for help on using the changeset viewer.