mailr8867 - /branches/bmrb/bmrblib/kinetics/__init__.py


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

Header


Content

Posted by edward on February 22, 2009 - 23:56:
Author: bugman
Date: Sun Feb 22 23:43:13 2009
New Revision: 8867

URL: http://svn.gna.org/viewcvs/relax?rev=8867&view=rev
Log:
Bug fix for the __all__ list.


Modified:
    branches/bmrb/bmrblib/kinetics/__init__.py

Modified: branches/bmrb/bmrblib/kinetics/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/__init__.py?rev=8867&r1=8866&r2=8867&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/__init__.py (original)
+++ branches/bmrb/bmrblib/kinetics/__init__.py Sun Feb 22 23:43:13 2009
@@ -28,8 +28,8 @@
 """
 
 __all__ = ['heteronucl_NOE_relaxation',
-           'heteronucl_NOE_relaxation_v3_1']
+           'heteronucl_NOE_relaxation_v3_1',
            'heteronucl_T1_relaxation',
            'heteronucl_T1_relaxation_v3_1',
            'heteronucl_T2_relaxation',
-           'heteronucl_T2_relaxation_v3_1',
+           'heteronucl_T2_relaxation_v3_1']




Related Messages


Powered by MHonArc, Updated Mon Feb 23 00:00:06 2009