mailr10289 - /branches/bieri_gui/gui_bieri/analyses/relax_control.py


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

Header


Content

Posted by edward on January 22, 2010 - 17:28:
Author: bugman
Date: Fri Jan 22 17:28:42 2010
New Revision: 10289

URL: http://svn.gna.org/viewcvs/relax?rev=10289&view=rev
Log:
Fixed the imports in gui_bieri.analyses.relax_control.

The module paths have been fixed for the new layout, the imports 
alphabetically sorted, and
whitespace fixed.


Modified:
    branches/bieri_gui/gui_bieri/analyses/relax_control.py

Modified: branches/bieri_gui/gui_bieri/analyses/relax_control.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/relax_control.py?rev=10289&r1=10288&r2=10289&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/relax_control.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/relax_control.py Fri Jan 22 
17:28:42 2010
@@ -22,18 +22,16 @@
 
 # Log window of relax GUI controlling all calculations
 
+# Python module imports.
+from os import sep
+import sys
+import thread
+import wx
 
-# Python Modules
-import wx
-from os import sep
-import thread
-import sys
-
-
-# relaxGUI modules
-from calc_rx import make_rx
-from calc_noe import make_noe
-from calc_modelfree import start_model_free
+# relaxGUI module imports.
+from gui_bieri.execution.calc_modelfree import start_model_free
+from gui_bieri.execution.calc_noe import make_noe
+from gui_bieri.execution.calc_rx import make_rx
 
 
 class log_window(wx.Dialog):




Related Messages


Powered by MHonArc, Updated Fri Jan 22 17:40:02 2010