Changeset 28751 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Apr 26, 2010 2:38:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r28740 r28751 268 268 269 269 def colVm(ctx,vm): 270 return colored( vm, 'blue')270 return colored(str(vm), 'blue') 271 271 272 272 def createVm(ctx,name,kind,base): … … 747 747 print " Size: %s" %(m.size) 748 748 749 print colCat(ctx," Shared folders:") 749 print 750 print colCat(ctx," Shared folders:") 750 751 for sf in ctx['global'].getArray(mach, 'sharedFolders'): 751 752 printSf(ctx,sf)
Note:
See TracChangeset
for help on using the changeset viewer.