mailr3052 - /branches/error_import/generic_fns/intensity.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 - 06:45:
Author: bugman
Date: Tue Feb 27 06:44:50 2007
New Revision: 3052

URL: http://svn.gna.org/viewcvs/relax?rev=3052&view=rev
Log:
Added import statements for the 'warn()' function and RelaxErrors and 
RelaxWarnings.


Modified:
    branches/error_import/generic_fns/intensity.py

Modified: branches/error_import/generic_fns/intensity.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/error_import/generic_fns/intensity.py?rev=3052&r1=3051&r2=3052&view=diff
==============================================================================
--- branches/error_import/generic_fns/intensity.py (original)
+++ branches/error_import/generic_fns/intensity.py Tue Feb 27 06:44:50 2007
@@ -21,6 +21,11 @@
 
###############################################################################
 
 from re import split
+from warnings import warn
+
+from relax_errors import RelaxError, RelaxArgNotInListError, 
RelaxNoRunError, RelaxNoSequenceError
+from relax_warnings import RelaxWarning
+
 
 class Intensity:
     def __init__(self, relax):




Related Messages


Powered by MHonArc, Updated Tue Feb 27 07:00:07 2007