mailr3039 - /branches/error_import/relax


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

Header


Content

Posted by edward on February 27, 2007 - 05:50:
Author: bugman
Date: Tue Feb 27 05:50:04 2007
New Revision: 3039

URL: http://svn.gna.org/viewcvs/relax?rev=3039&view=rev
Log:
Removed the 'warn' flag as no parts of the program appear to be using it.


Modified:
    branches/error_import/relax

Modified: branches/error_import/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/error_import/relax?rev=3039&r1=3038&r2=3039&view=diff
==============================================================================
--- branches/error_import/relax (original)
+++ branches/error_import/relax Tue Feb 27 05:50:04 2007
@@ -42,7 +42,6 @@
 from re import match
 from string import split, strip
 import sys
-from warnings import warn
 
 # Numeric.
 try:
@@ -142,7 +141,6 @@
         
         # Initialise the warnings sytem.
         RelaxWarnings()
-        __builtin__.warn = warn
                 
         # Show the version number and exit.
         if mode == 'version':




Related Messages


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