- Timestamp:
- May 22, 2009 8:07:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/shellcommon.py
r19900 r19901 164 164 mgr = ctx['mgr'] 165 165 vb = ctx['vb'] 166 session = mgr.getSessionObject(vb)167 166 mach = vb.createMachine(name, kind, base, 168 167 "00000000-0000-0000-0000-000000000000") … … 170 169 print "created machine with UUID",mach.id 171 170 vb.registerMachine(mach) 172 session.close()173 171 174 172 def removeVm(ctx,mach):
Note:
See TracChangeset
for help on using the changeset viewer.