mailr5854 - /1.3/test_suite/unit_tests/_generic_fns/__init__.py


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

Header


Content

Posted by edward on April 20, 2008 - 18:21:
Author: bugman
Date: Sun Apr 20 18:21:31 2008
New Revision: 5854

URL: http://svn.gna.org/viewcvs/relax?rev=5854&view=rev
Log:
Added the _structure directory to the __all__ list.


Modified:
    1.3/test_suite/unit_tests/_generic_fns/__init__.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/__init__.py?rev=5854&r1=5853&r2=5854&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/__init__.py (original)
+++ 1.3/test_suite/unit_tests/_generic_fns/__init__.py Sun Apr 20 18:21:31 
2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2007 Edward d'Auvergne                                       
 #
+# Copyright (C) 2007-2008 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -21,7 +21,8 @@
 
###############################################################################
 
 
-__all__ = ['test_molecule',
+__all__ = ['_structure',
+           'test_molecule',
            'test_pipes',
            'test_residue',
            'test_selection',




Related Messages


Powered by MHonArc, Updated Sun Apr 20 18:40:11 2008