Changeset 2651 for trunk/bin


Ignore:
Timestamp:
09/28/12 10:41:14 (12 years ago)
Author:
Malte Marquarding
Message:

Make asap ipython work under ipython 0.10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/asap

    r2623 r2651  
    88    exit_msg = ''
    99    args = ['-colors','Linux','-noconfirm_exit', '-readline',
    10             '-xmode', 'Plain', '-autocall', '2', '-auto_indent',
     10            '-xmode', 'Plain', '-autocall', '2', '-autoindent',
    1111            '-pi1', 'ASAP> ', '-po', 'asap>: ', '-pprint']
    12     ipshell = IPShellEmbed(sys.argv[1:],banner,exit_msg)
     12    ipshell = IPShellEmbed(args,banner,exit_msg)
    1313    return ipshell
    1414
Note: See TracChangeset for help on using the changeset viewer.