[PythonReports-checkins] PythonReports/PythonReports template.py, 1.2, 1.3
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-07 12:50:46
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18400 Modified Files: template.py Log Message: removed "transparent" attribute of the "box" element Index: template.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/template.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** template.py 6 Dec 2006 16:57:21 -0000 1.2 --- template.py 7 Dec 2006 12:50:44 -0000 1.3 *************** *** 1,4 **** --- 1,5 ---- """PythonReports Template (PRT) structures""" """History: + 07-dec-2006 [als] removed "transparent" attribute of the "box" element 05-dec-2006 [als] style: imports come after version, date and exports; sweep pylint warnings *************** *** 99,103 **** "halign": (AlignHorizontal, "left"), "valign": (AlignVertical, "bottom"), - "transparent": (Boolean, True), }, doc="Defines rectangular space occupied by report elements" ) --- 100,103 ---- |