Ignore:
Timestamp:
02/07/14 09:43:44 (11 years ago)
Author:
jbondzio
Message:

revert to r17226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/dev/devpath.py

    r17227 r17230  
    2525from plotmodel import plotmodel
    2626
    27 c = get_ipython().config
    28 c.InteractiveShellApp.exec_lines = []
    29 c.InteractiveShellApp.exec_lines.append('%load_ext autoreload')
    30 c.InteractiveShellApp.exec_lines.append('%autoreload 2')
    31 c.InteractiveShellApp.exec_lines.append('print "Warning: disable autoreload in startup.py to improve performance." ')
     27#c = get_ipython().config
     28#c.InteractiveShellApp.exec_lines = []
     29#c.InteractiveShellApp.exec_lines.append('%load_ext autoreload')
     30#c.InteractiveShellApp.exec_lines.append('%autoreload 2')
     31#c.InteractiveShellApp.exec_lines.append('print "Warning: disable autoreload in startup.py to improve performance." ')
    3232
    3333print("\n  ISSM development path correctly loaded\n\n")
Note: See TracChangeset for help on using the changeset viewer.