mailr17592 - /trunk/auto_analyses/__init__.py


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

Header


Content

Posted by edward on September 28, 2012 - 11:49:
Author: bugman
Date: Fri Sep 28 11:49:34 2012
New Revision: 17592

URL: http://svn.gna.org/viewcvs/relax?rev=17592&view=rev
Log:
Python 3 preparation - the auto_analyses package now uses absolute paths for 
the module imports.


Modified:
    trunk/auto_analyses/__init__.py

Modified: trunk/auto_analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/__init__.py?rev=17592&r1=17591&r2=17592&view=diff
==============================================================================
--- trunk/auto_analyses/__init__.py (original)
+++ trunk/auto_analyses/__init__.py Fri Sep 28 11:49:34 2012
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2011 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2012 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -23,10 +23,10 @@
 """Package for all of the automatic analyses, hard coded protocols to be 
used as a black box."""
 
 # Module imports.
-import dauvergne_protocol
-import noe
-import relax_fit
-import stereochem_analysis
+from auto_analyses import dauvergne_protocol
+from auto_analyses import noe
+from auto_analyses import relax_fit
+from auto_analyses import stereochem_analysis
 
 
 __all__ = [ 'dauvergne_protocol',




Related Messages


Powered by MHonArc, Updated Fri Sep 28 12:00:03 2012