Changeset 2623
- Timestamp:
- 08/07/12 15:50:49 (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/bin/asap (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/bin/asapr2621 r2623 5 5 from IPython.Shell import IPShellEmbed 6 6 7 banner = "HELLO" 8 exit_msg = "bye" 9 7 banner = welcome() 8 exit_msg = '' 9 args = ['-colors','Linux','-noconfirm_exit', '-readline', 10 '-xmode', 'Plain', '-autocall', '2', '-auto_indent', 11 '-pi1', 'ASAP> ', '-po', 'asap>: ', '-pprint'] 10 12 ipshell = IPShellEmbed(sys.argv[1:],banner,exit_msg) 11 13 return ipshell … … 40 42 else: 41 43 ipshell = main10() 44 ipshell() 42 45 43 46 except ImportError: 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
