mailr18324 - in /trunk/gui/analyses: auto_r1.py auto_r2.py


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

Header


Content

Posted by edward on January 28, 2013 - 10:53:
Author: bugman
Date: Mon Jan 28 10:53:01 2013
New Revision: 18324

URL: http://svn.gna.org/viewcvs/relax?rev=18324&view=rev
Log:
Python 3 import fixes for the GUI.


Modified:
    trunk/gui/analyses/auto_r1.py
    trunk/gui/analyses/auto_r2.py

Modified: trunk/gui/analyses/auto_r1.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_r1.py?rev=18324&r1=18323&r2=18324&view=diff
==============================================================================
--- trunk/gui/analyses/auto_r1.py (original)
+++ trunk/gui/analyses/auto_r1.py Mon Jan 28 10:53:01 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2010-2011 Edward d'Auvergne                                  
 #
+# Copyright (C) 2010-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -23,7 +23,7 @@
 """Module for the automatic R1 analysis frame."""
 
 # relax GUI module imports.
-from auto_rx_base import Auto_rx
+from gui.analyses.auto_rx_base import Auto_rx
 from gui.paths import ANALYSIS_IMAGE_PATH, IMAGE_PATH
 
 

Modified: trunk/gui/analyses/auto_r2.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_r2.py?rev=18324&r1=18323&r2=18324&view=diff
==============================================================================
--- trunk/gui/analyses/auto_r2.py (original)
+++ trunk/gui/analyses/auto_r2.py Mon Jan 28 10:53:01 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2010-2011 Edward d'Auvergne                                  
 #
+# Copyright (C) 2010-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -23,7 +23,7 @@
 """Module for the automatic R2 analysis frame."""
 
 # relax GUI module imports.
-from auto_rx_base import Auto_rx
+from gui.analyses.auto_rx_base import Auto_rx
 from gui.paths import ANALYSIS_IMAGE_PATH, IMAGE_PATH
 
 




Related Messages


Powered by MHonArc, Updated Mon Jan 28 11:20:01 2013