mailr12633 - /1.3/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 February 25, 2011 - 15:25:
Author: bugman
Date: Fri Feb 25 15:25:42 2011
New Revision: 12633

URL: http://svn.gna.org/viewcvs/relax?rev=12633&view=rev
Log:
The auto_analyses package modules are now imported by __init__ to force their 
existence.


Modified:
    1.3/auto_analyses/__init__.py

Modified: 1.3/auto_analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/auto_analyses/__init__.py?rev=12633&r1=12632&r2=12633&view=diff
==============================================================================
--- 1.3/auto_analyses/__init__.py (original)
+++ 1.3/auto_analyses/__init__.py Fri Feb 25 15:25:42 2011
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2010 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2011 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -23,6 +23,12 @@
 # Package docstring.
 """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
+
 
 __all__ = [ 'dauvergne_protocol',
             'noe',




Related Messages


Powered by MHonArc, Updated Fri Feb 25 19:00:04 2011