mailr10261 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 20, 2010 - 09:00:
Author: bugman
Date: Wed Jan 20 09:00:05 2010
New Revision: 10261

URL: http://svn.gna.org/viewcvs/relax?rev=10261&view=rev
Log:
Replaced 'form xxxx import *' with 'from xxx import yyy, aaa....' in 
relax_gui.py.

This corresponds to the import_patch file attached to 
https://gna.org/task/?6847 by
Michael Bieri (https://gna.org/users/michaelbieri), in the zip file
https://gna.org/support/download.php?file_id=7726.


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10261&r1=10260&r2=10261&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Wed Jan 20 09:00:05 2010
@@ -44,16 +44,16 @@
 from version import version
 
 # relaxGUI module import
-from res.about import *
-from res.settings import *
-from res.calc_noe import *
-from res.calc_rx import *
+from res.about import about_relax
+from res.settings import relax_global_settings, import_file_settings, 
load_sequence
+from res.calc_noe import make_noe
+from res.calc_rx import  make_rx
 from res.calc_modelfree import start_model_free
-from res.filedialog import *
-from res.message import *
-from res.results_analysis import *
-from res.select_model_calc import *
-from res.project import *
+from res.filedialog import openfile, multi_openfile, savefile, opendir
+from res.message import relax_run_ok, missing_data, exec_relax, question, 
dir_message
+from res.results_analysis import results_table, color_code_noe, 
model_free_results, see_results
+from res.select_model_calc import whichmodel, check_entries
+from res.project import create_save_file, open_file
 
  
 
#####################################################################################################################




Related Messages


Powered by MHonArc, Updated Wed Jan 20 09:20:01 2010