mailr18662 - in /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 - 15:39:
Author: bugman
Date: Thu Mar  7 15:39:38 2013
New Revision: 18662

URL: http://svn.gna.org/viewcvs/relax?rev=18662&view=rev
Log:
Created the lib.text package for text manipulation.

The first module will be the text formatting of tables.


Added:
    trunk/lib/text/
    trunk/lib/text/__init__.py
      - copied, changed from r18591, trunk/lib/geometry/__init__.py

Copied: trunk/lib/text/__init__.py (from r18591, 
trunk/lib/geometry/__init__.py)
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/text/__init__.py?p2=trunk/lib/text/__init__.py&p1=trunk/lib/geometry/__init__.py&r1=18591&r2=18662&rev=18662&view=diff
==============================================================================
--- trunk/lib/geometry/__init__.py (original)
+++ trunk/lib/text/__init__.py Thu Mar  7 15:39:38 2013
@@ -20,8 +20,8 @@
 
###############################################################################
 
 # Package docstring.
-"""The relax-lib geometry package - a library of functions for studies of 
geometry."""
+"""The relax-lib text package - a library of functions for text 
manipulation."""
 
 __all__ = [
-    ''
+    'tables'
 ]




Related Messages


Powered by MHonArc, Updated Thu Mar 07 16:00:02 2013