mailr5466 - /1.3/physical_constants.py


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

Header


Content

Posted by edward on April 08, 2008 - 18:39:
Author: bugman
Date: Tue Apr  8 18:39:36 2008
New Revision: 5466

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


Modified:
    1.3/physical_constants.py

Modified: 1.3/physical_constants.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/physical_constants.py?rev=5466&r1=5465&r2=5466&view=diff
==============================================================================
--- 1.3/physical_constants.py (original)
+++ 1.3/physical_constants.py Tue Apr  8 18:39:36 2008
@@ -26,6 +26,9 @@
 
 # Python module imports.
 from math import pi
+
+# relax module imports.
+from relax_error import RelaxError
 
 
 # Misc. constants.




Related Messages


Powered by MHonArc, Updated Tue Apr 08 18:40:10 2008