mailr19015 - /trunk/status.py


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

Header


Content

Posted by edward on March 22, 2013 - 22:35:
Author: bugman
Date: Fri Mar 22 22:35:36 2013
New Revision: 19015

URL: http://svn.gna.org/viewcvs/relax?rev=19015&view=rev
Log:
Fix for the relax status object install_path variable.

This was using the 'relax_errors.py' file to determine the installation path, 
but this file no
longer exists.


Modified:
    trunk/status.py

Modified: trunk/status.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/status.py?rev=19015&r1=19014&r2=19015&view=diff
==============================================================================
--- trunk/status.py (original)
+++ trunk/status.py Fri Mar 22 22:35:36 2013
@@ -73,7 +73,7 @@
         """
 
         # The file to search for.
-        file_to_find = 'relax_errors.py'
+        file_to_find = 'compat.py'
 
         # Loop over the system paths, searching for the real path.
         for path in sys.path:




Related Messages


Powered by MHonArc, Updated Fri Mar 22 22:40:02 2013