Changeset 27952 in vbox
- Timestamp:
- Apr 1, 2010 6:51:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r27951 r27952 1532 1532 if vbox is not None: 1533 1533 print "Running VirtualBox version %s" %(vbox.version) 1534 ctx['perf'] = ctx['global'].getPerfCollector(vbox)1534 ctx['perf'] = None # ctx['global'].getPerfCollector(vbox) 1535 1535 else: 1536 1536 ctx['perf'] = None
Note:
See TracChangeset
for help on using the changeset viewer.