Changeset 2651
- Timestamp:
- 09/28/12 10:41:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/asap
r2623 r2651 8 8 exit_msg = '' 9 9 args = ['-colors','Linux','-noconfirm_exit', '-readline', 10 '-xmode', 'Plain', '-autocall', '2', '-auto _indent',10 '-xmode', 'Plain', '-autocall', '2', '-autoindent', 11 11 '-pi1', 'ASAP> ', '-po', 'asap>: ', '-pprint'] 12 ipshell = IPShellEmbed( sys.argv[1:],banner,exit_msg)12 ipshell = IPShellEmbed(args,banner,exit_msg) 13 13 return ipshell 14 14
Note:
See TracChangeset
for help on using the changeset viewer.