mailr5469 - /1.3/data/mol_res_spin.py


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

Header


Content

Posted by edward on April 08, 2008 - 18:48:
Author: bugman
Date: Tue Apr  8 18:48:51 2008
New Revision: 5469

URL: http://svn.gna.org/viewcvs/relax?rev=5469&view=rev
Log:
Added a missing RelaxError import and the copyright statement.


Modified:
    1.3/data/mol_res_spin.py

Modified: 1.3/data/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/mol_res_spin.py?rev=5469&r1=5468&r2=5469&view=diff
==============================================================================
--- 1.3/data/mol_res_spin.py (original)
+++ 1.3/data/mol_res_spin.py Tue Apr  8 18:48:51 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.                                    
 #
 #                                                                            
 #
@@ -26,6 +26,7 @@
 
 # relax module imports.
 from prototype import Prototype
+from relax_errors import RelaxError
 
 
 """The molecule-residue-spin containers."""




Related Messages


Powered by MHonArc, Updated Wed Apr 09 04:20:16 2008