mailr3056 - /branches/error_import/generic_fns/structure.py


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

Header


Content

Posted by edward on February 27, 2007 - 07:12:
Author: bugman
Date: Tue Feb 27 07:11:38 2007
New Revision: 3056

URL: http://svn.gna.org/viewcvs/relax?rev=3056&view=rev
Log:
Imported all the RelaxErrors and RelaxWarnings, as well as warn(), into the 
structure module.


Modified:
    branches/error_import/generic_fns/structure.py

Modified: branches/error_import/generic_fns/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/error_import/generic_fns/structure.py?rev=3056&r1=3055&r2=3056&view=diff
==============================================================================
--- branches/error_import/generic_fns/structure.py (original)
+++ branches/error_import/generic_fns/structure.py Tue Feb 27 07:11:38 2007
@@ -26,6 +26,11 @@
 from re import compile, match
 import Scientific.IO.PDB
 from string import ascii_uppercase
+from warnings import warn
+
+from relax_errors import *
+from relax_warnings import *
+
 
 
 class Structure:




Related Messages


Powered by MHonArc, Updated Tue Feb 27 07:20:08 2007