mailr3098 - /1.3/data/main.py


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

Header


Content

Posted by edward on March 08, 2007 - 05:01:
Author: bugman
Date: Thu Mar  8 05:01:04 2007
New Revision: 3098

URL: http://svn.gna.org/viewcvs/relax?rev=3098&view=rev
Log:
Shifted the __all__ list from '__init__.py' to 'main.py'.

This is in preparation for the replacement of the current '__init__.py' with 
'main.py'.


Modified:
    1.3/data/main.py

Modified: 1.3/data/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/main.py?rev=3098&r1=3097&r2=3098&view=diff
==============================================================================
--- 1.3/data/main.py (original)
+++ 1.3/data/main.py Thu Mar  8 05:01:04 2007
@@ -30,6 +30,10 @@
 from diff_tensor import DiffTensorData
 
 
+__all__ = [ 'data_classes',
+            'diff_tensor',
+            'diff_tensor_auto_objects',
+            'main' ]
 
 # Global data.
 ##############




Related Messages


Powered by MHonArc, Updated Thu Mar 08 05:20:05 2007