mailr16542 - /branches/uf_redesign/gui/pipe_editor.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 30, 2012 - 20:15:
Author: bugman
Date: Wed May 30 20:15:55 2012
New Revision: 16542

URL: http://svn.gna.org/viewcvs/relax?rev=16542&view=rev
Log:
Missing import of wx.grid.

This worked before as the import was in the ancient 
gui.analyses.results_analysis module, but this
was deleted at r16535.


Modified:
    branches/uf_redesign/gui/pipe_editor.py

Modified: branches/uf_redesign/gui/pipe_editor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/pipe_editor.py?rev=16542&r1=16541&r2=16542&view=diff
==============================================================================
--- branches/uf_redesign/gui/pipe_editor.py (original)
+++ branches/uf_redesign/gui/pipe_editor.py Wed May 30 20:15:55 2012
@@ -25,6 +25,7 @@
 
 # Python module imports.
 import wx
+import wx.grid
 
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()




Related Messages


Powered by MHonArc, Updated Wed May 30 20:40:03 2012