mailr5295 - /1.3/structure/__init__.py


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

Header


Content

Posted by edward on April 04, 2008 - 14:43:
Author: bugman
Date: Fri Apr  4 14:43:38 2008
New Revision: 5295

URL: http://svn.gna.org/viewcvs/relax?rev=5295&view=rev
Log:
Added the 'geometric' module to the __all__ list.


Modified:
    1.3/structure/__init__.py

Modified: 1.3/structure/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/structure/__init__.py?rev=5295&r1=5294&r2=5295&view=diff
==============================================================================
--- 1.3/structure/__init__.py (original)
+++ 1.3/structure/__init__.py Fri Apr  4 14:43:38 2008
@@ -36,4 +36,5 @@
 the structure parser used.
 """
 
-__all__ = [ 'structure' ]
+__all__ = [ 'geometric',
+            'structure' ]




Related Messages


Powered by MHonArc, Updated Fri Apr 04 15:00:10 2008