mailr6349 - /branches/relax_data_rearrange/prompt/relax_data.py


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

Header


Content

Posted by edward on June 08, 2008 - 15:54:
Author: bugman
Date: Sun Jun  8 15:14:57 2008
New Revision: 6349

URL: http://svn.gna.org/viewcvs/relax?rev=6349&view=rev
Log:
Added a missing RelaxError import.


Modified:
    branches/relax_data_rearrange/prompt/relax_data.py

Modified: branches/relax_data_rearrange/prompt/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_data_rearrange/prompt/relax_data.py?rev=6349&r1=6348&r2=6349&view=diff
==============================================================================
--- branches/relax_data_rearrange/prompt/relax_data.py (original)
+++ branches/relax_data_rearrange/prompt/relax_data.py Sun Jun  8 15:14:57 
2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2005,2007 Edward d'Auvergne                             
 #
+# Copyright (C) 2003-2005,2007-2008 Edward d'Auvergne                        
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -26,7 +26,7 @@
 # relax module imports.
 import help
 from generic_fns import relax_data
-from relax_errors import RelaxBinError, RelaxFloatError, RelaxIntError, 
RelaxNoneIntError, RelaxNoneStrError, RelaxStrError
+from relax_errors import RelaxBoolError, RelaxBinError, RelaxFloatError, 
RelaxIntError, RelaxNoneIntError, RelaxNoneStrError, RelaxStrError
 
 
 class Relax_data:




Related Messages


Powered by MHonArc, Updated Sun Jun 08 17:00:24 2008