mailr19033 - /trunk/target_functions/__init__.py


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

Header


Content

Posted by edward on March 23, 2013 - 09:04:
Author: bugman
Date: Sat Mar 23 09:04:41 2013
New Revision: 19033

URL: http://svn.gna.org/viewcvs/relax?rev=19033&view=rev
Log:
Fix for the target_functions package __all__ list.


Modified:
    trunk/target_functions/__init__.py

Modified: trunk/target_functions/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/target_functions/__init__.py?rev=19033&r1=19032&r2=19033&view=diff
==============================================================================
--- trunk/target_functions/__init__.py (original)
+++ trunk/target_functions/__init__.py Sat Mar 23 09:04:41 2013
@@ -23,25 +23,25 @@
 """Package containing all of relax's number crunching code."""
 
 
-__all__ = [ 'alignment_tensor',
-            'chi2',
-            'coord_transform',
-            'consistency_tests',
-            'correlation_time',
-            'direction_cosine',
-            'ens_pivot_finder',
-            'frame_order',
-            'jw_mapping',
-            'jw_mf_comps',
-            'jw_mf',
-            'kronecker_product',
-            'mf',
-            'n_state_model',
-            'order_parameters',
-            'paramag_centre',
-            'potential',
-            'ri_comps',
-            'ri_prime',
-            'ri',
-            'weights'
+__all__ = [
+    'chi2',
+    'coord_transform',
+    'consistency_tests',
+    'correlation_time',
+    'direction_cosine',
+    'ens_pivot_finder',
+    'frame_order',
+    'jw_mapping',
+    'jw_mf_comps',
+    'jw_mf',
+    'kronecker_product',
+    'mf',
+    'n_state_model',
+    'order_parameters',
+    'paramag_centre',
+    'potential',
+    'ri_comps',
+    'ri_prime',
+    'ri',
+    'weights'
 ]




Related Messages


Powered by MHonArc, Updated Sat Mar 23 09:20:03 2013