mailr18670 - /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 March 07, 2013 - 17:00:
Author: bugman
Date: Thu Mar  7 17:00:44 2013
New Revision: 18670

URL: http://svn.gna.org/viewcvs/relax?rev=18670&view=rev
Log:
Updated the lib package __all__ list for the lib.text package.


Modified:
    trunk/lib/__init__.py

Modified: trunk/lib/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/__init__.py?rev=18670&r1=18669&r2=18670&view=diff
==============================================================================
--- trunk/lib/__init__.py (original)
+++ trunk/lib/__init__.py Thu Mar  7 17:00:44 2013
@@ -23,5 +23,6 @@
 """The relax-lib package - a collection of functions, objects, and methods 
for the study of dynamics."""
 
 __all__ = [
-    'geometry'
+    'geometry',
+    'text'
 ]




Related Messages


Powered by MHonArc, Updated Thu Mar 07 17:20:01 2013