/[thuban]/branches/WIP-pyshapelib-bramz/Extensions/profiling/profiling.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Extensions/profiling/profiling.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2720 by jan, Tue Nov 16 21:32:56 2004 UTC revision 2721 by dpinte, Sat Jan 13 15:11:42 2007 UTC
# Line 29  import profile Line 29  import profile
29  import time  import time
30  import pstats  import pstats
31    
32  from wxPython.lib.dialogs import wxScrolledMessageDialog  from wx.lib.dialogs import ScrolledMessageDialog
33    
34  from Thuban import _  from Thuban import _
35  from Thuban.UI.command import registry, Command  from Thuban.UI.command import registry, Command
# Line 107  def profile_screen_renderer(context): Line 107  def profile_screen_renderer(context):
107          finally:          finally:
108              sys.stdout = orig_stdout              sys.stdout = orig_stdout
109    
110          dlg = wxScrolledMessageDialog(context.mainwindow, msg,          dlg = ScrolledMessageDialog(context.mainwindow, msg,
111                                        _('Profile Screen Render'))                                        _('Profile Screen Render'))
112          dlg.ShowModal()          dlg.ShowModal()
113    

Legend:
Removed from v.2720  
changed lines
  Added in v.2721

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26