- Timestamp:
- Jul 3, 2009 2:14:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r20949 r21204 29 29 import os,sys 30 30 import traceback 31 import shlex 31 32 32 33 # Simple implementation of IConsoleCallback, one can use it as skeleton … … 202 203 203 204 def split_no_quotes(s): 204 return s.split() 205 #return s.split() 206 return shlex.split(s) 205 207 206 208 def createVm(ctx,name,kind,base):
Note:
See TracChangeset
for help on using the changeset viewer.