Changeset 2936

Show
Ignore:
Timestamp:
01/15/08 17:12:46 (11 months ago)
Author:
laurent.dufrechou
Message:

Removed hotshot profiler!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ipython/trunk/IPython/gui/wx/wxIPython.py

    r2935 r2936  
    199199#if launched as main program run this 
    200200if __name__ == '__main__': 
    201     import hotshot 
    202     prof = hotshot.Profile("hotshot_edi_stats") 
    203     prof.runcall(main) 
    204     prof.close() 
    205     #main() 
     201    main()