mailr18681 - /trunk/lib/text/__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 - 18:26:
Author: bugman
Date: Thu Mar  7 18:26:34 2013
New Revision: 18681

URL: http://svn.gna.org/viewcvs/relax?rev=18681&view=rev
Log:
Fix for the lib.text package __all__ list - the module is 'table', not 
'tables'.


Modified:
    trunk/lib/text/__init__.py

Modified: trunk/lib/text/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/text/__init__.py?rev=18681&r1=18680&r2=18681&view=diff
==============================================================================
--- trunk/lib/text/__init__.py (original)
+++ trunk/lib/text/__init__.py Thu Mar  7 18:26:34 2013
@@ -23,5 +23,5 @@
 """The relax-lib text package - a library of functions for text 
manipulation."""
 
 __all__ = [
-    'tables'
+    'table'
 ]




Related Messages


Powered by MHonArc, Updated Thu Mar 07 18:40:02 2013