mailr10292 - /branches/bieri_gui/gui_bieri/analyses/select_model_calc.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 - 18:08:
Author: bugman
Date: Fri Jan 22 18:08:18 2010
New Revision: 10292

URL: http://svn.gna.org/viewcvs/relax?rev=10292&view=rev
Log:
Import fixes.

Changes include comments added, alphabetical ordering, and removal of unused 
imports.


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

Modified: branches/bieri_gui/gui_bieri/analyses/select_model_calc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/select_model_calc.py?rev=10292&r1=10291&r2=10292&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/select_model_calc.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/select_model_calc.py Fri Jan 22 
18:08:18 2010
@@ -1,6 +1,7 @@
 
###############################################################################
 #                                                                            
 #
 # Copyright (C) 2009 Michael Bieri                                           
 #
+# Copyright (C) 2010 Edward d'Auvergne                                       
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -20,12 +21,14 @@
 #                                                                            
 #
 
###############################################################################
 
+# Python module imports.
+from os import sep
+import sys
 import wx
-import sys
-from os import sep
-import time
-
-from message import missing_data
+
+# relax GUI module imports.
+from gui_bieri.message import missing_data
+
 
 selection = None
 




Related Messages


Powered by MHonArc, Updated Fri Jan 22 18:40:01 2010