mailr18689 - /trunk/lib/text/table.py


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

Header


Content

Posted by edward on March 08, 2013 - 10:04:
Author: bugman
Date: Fri Mar  8 10:04:47 2013
New Revision: 18689

URL: http://svn.gna.org/viewcvs/relax?rev=18689&view=rev
Log:
Created the lib.text.table.MULTI_COL constant for defining cells spanning 
multiple columns.

This is not used yet.


Modified:
    trunk/lib/text/table.py

Modified: trunk/lib/text/table.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/text/table.py?rev=18689&r1=18688&r2=18689&view=diff
==============================================================================
--- trunk/lib/text/table.py (original)
+++ trunk/lib/text/table.py Fri Mar  8 10:04:47 2013
@@ -25,6 +25,10 @@
 # Python module imports.
 from copy import deepcopy
 from textwrap import wrap
+
+
+# Special variables.
+MULTI_COL = "@@MULTI@@"
 
 
 def _blank(width=None, prefix=' ', postfix=' '):




Related Messages


Powered by MHonArc, Updated Fri Mar 08 10:20:02 2013