Changeset 2623


Ignore:
Timestamp:
08/07/12 15:50:49 (12 years ago)
Author:
Malte Marquarding
Message:

fix ipshell config for ipython < 0.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/asap

    r2621 r2623  
    55    from IPython.Shell import IPShellEmbed
    66
    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']
    1012    ipshell = IPShellEmbed(sys.argv[1:],banner,exit_msg)
    1113    return ipshell
     
    4042    else:
    4143        ipshell = main10()
     44    ipshell()
    4245
    4346except ImportError:
Note: See TracChangeset for help on using the changeset viewer.