mailr6083 - /branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/molecule.py


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

Header


Content

Posted by edward on May 04, 2008 - 14:13:
Author: bugman
Date: Sun May  4 14:13:00 2008
New Revision: 6083

URL: http://svn.gna.org/viewcvs/relax?rev=6083&view=rev
Log:
Added a dummy molecule module for the unit tests.


Added:
    
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/molecule.py

Added: 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/molecule.py?rev=6083&view=auto
==============================================================================
--- 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/molecule.py
 (added)
+++ 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/molecule.py
 Sun May  4 14:13:00 2008
@@ -1,0 +1,34 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2008 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# This file is part of the program relax.                                    
 #
+#                                                                            
 #
+# relax is free software; you can redistribute it and/or modify              
 #
+# it under the terms of the GNU General Public License as published by       
 #
+# the Free Software Foundation; either version 2 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# relax is distributed in the hope that it will be useful,                   
 #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
+# GNU General Public License for more details.                               
 #
+#                                                                            
 #
+# You should have received a copy of the GNU General Public License          
 #
+# along with relax; if not, write to the Free Software                       
 #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
+#                                                                            
 #
+###############################################################################
+
+# Module docstring.
+"""Dummy molecule module used for renaming the generic_fns.mol_res_spin 
fns."""
+
+# relax module imports.
+from generic_fns import mol_res_spin
+
+
+copy = mol_res_spin.copy_molecule
+create = mol_res_spin.create_molecule
+delete = mol_res_spin.delete_molecule
+display = mol_res_spin.display_molecule
+name = mol_res_spin.name_molecule




Related Messages


Powered by MHonArc, Updated Sun May 04 14:20:14 2008