mailr19857 - /trunk/lib/__init__.py


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

Header


Content

Posted by edward on June 04, 2013 - 13:50:
Author: bugman
Date: Tue Jun  4 13:50:48 2013
New Revision: 19857

URL: http://svn.gna.org/viewcvs/relax?rev=19857&view=rev
Log:
Fix for bug #20820 (https://gna.org/bugs/?20820).

Solution found - 'software' was not mentioned in __init__.py, and failed at 
import.


Modified:
    trunk/lib/__init__.py

Modified: trunk/lib/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/__init__.py?rev=19857&r1=19856&r2=19857&view=diff
==============================================================================
--- trunk/lib/__init__.py (original)
+++ trunk/lib/__init__.py Tue Jun  4 13:50:48 2013
@@ -44,6 +44,7 @@
     'physical_constants',
     'regex',
     'selection',
+    'software',
     'spectral_densities',
     'statistics',
     'structure',




Related Messages


Powered by MHonArc, Updated Tue Jun 04 14:00:02 2013