mailr20172 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


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

Header


Content

Posted by edward on June 16, 2013 - 23:49:
Author: bugman
Date: Sun Jun 16 23:49:29 2013
New Revision: 20172

URL: http://svn.gna.org/viewcvs/relax?rev=20172&view=rev
Log:
Import fixes for the gui.analyses.auto_relax_disp module.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=20172&r1=20171&r2=20172&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Sun Jun 16 23:49:29 
2013
@@ -28,7 +28,7 @@
 # relax module imports.
 from auto_analyses.relax_disp import Relax_disp
 from data_store import Relax_data_store; ds = Relax_data_store()
-from graphics import fetch_icon
+from graphics import ANALYSIS_IMAGE_PATH, fetch_icon
 from gui.analyses.base import Base_analysis
 from gui.analyses.elements.spin_element import Spin_ctrl
 from gui.analyses.elements.text_element import Text_ctrl
@@ -54,7 +54,7 @@
 
     # Hardcoded variables.
     analysis_type = None
-    bitmap = paths.ANALYSIS_IMAGE_PATH+"relax_disp_200x200.png"
+    bitmap = ANALYSIS_IMAGE_PATH+"relax_disp_200x200.png"
     label = 'Relax-disp'
 
     def __init__(self, parent, id=-1, pos=wx.Point(-1, -1), size=wx.Size(-1, 
-1), style=524288, name='scrolledpanel', gui=None, analysis_name=None, 
pipe_name=None, pipe_bundle=None, uf_exec=[], data_index=None):




Related Messages


Powered by MHonArc, Updated Mon Jun 17 00:00:02 2013