mailr5467 - /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:40:
Author: bugman
Date: Tue Apr  8 18:40:04 2008
New Revision: 5467

URL: http://svn.gna.org/viewcvs/relax?rev=5467&view=rev
Log:
Fixed the RelaxError import statement.


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=5467&r1=5466&r2=5467&view=diff
==============================================================================
--- 1.3/physical_constants.py (original)
+++ 1.3/physical_constants.py Tue Apr  8 18:40:04 2008
@@ -28,7 +28,7 @@
 from math import pi
 
 # relax module imports.
-from relax_error import RelaxError
+from relax_errors import RelaxError
 
 
 # Misc. constants.




Related Messages


Powered by MHonArc, Updated Tue Apr 08 19:00:15 2008