Changeset 1434


Ignore:
Timestamp:
08/28/08 13:55:49 (16 years ago)
Author:
Malte Marquarding
Message:

work with ipython >= 0.8

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/asap

    r1210 r1434  
    5151    fi
    5252    # now execute ipython using the profile
    53     $ip -ipythondir "${HOME}/.asap" -p 'asap' $*
     53    $ip -ipythondir "${HOME}/.asap" $*
    5454fi
  • trunk/python/__init__.py

    r1423 r1434  
    3232    os.mkdir(userdir)
    3333    shutil.copyfile(asapdata+"/data/ipythonrc-asap", userdir+"/ipythonrc-asap")
     34    shutil.copyfile(asapdata+"/data/ipy_user_conf.py",
     35                    userdir+"/ipy_user_conf.py")
    3436    f = file(userdir+"/asapuserfuncs.py", "w")
    3537    f.close()
Note: See TracChangeset for help on using the changeset viewer.