mailr2541 - in /branches/warning: errors.py relax


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

Header


Content

Posted by c . a . macraild on August 18, 2006 - 11:46:
Author: macraild
Date: Fri Aug 18 11:46:08 2006
New Revision: 2541

URL: http://svn.gna.org/viewcvs/relax?rev=2541&view=rev
Log:
Replaces missing imports in r2540


Modified:
    branches/warning/errors.py
    branches/warning/relax

Modified: branches/warning/errors.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/warning/errors.py?rev=2541&r1=2540&r2=2541&view=diff
==============================================================================
--- branches/warning/errors.py (original)
+++ branches/warning/errors.py Fri Aug 18 11:46:08 2006
@@ -24,6 +24,8 @@
 from re import match
 from types import ClassType
 import time
+import warnings
+import inspect
 
 
 class RelaxErrors:

Modified: branches/warning/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/warning/relax?rev=2541&r1=2540&r2=2541&view=diff
==============================================================================
--- branches/warning/relax (original)
+++ branches/warning/relax Fri Aug 18 11:46:08 2006
@@ -135,7 +135,7 @@
         mode, log_file, tee_file = self.arguments()
         
         # Set up the program internal errors and warnings.
-        RelaxErrors()
+        RelaxErrors(self)
         RelaxWarnings()
         __builtin__.warn = warn
         




Related Messages


Powered by MHonArc, Updated Wed Aug 30 07:20:04 2006