[PythonReports-checkins] PythonReports/PythonReports printout.py, 1.2, 1.3
Brought to you by:
a1s
|
From: Alexey L. <a-...@us...> - 2011-11-25 10:01:58
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports
In directory vz-cvs-3.sog:/tmp/cvs-serv13830
Modified Files:
printout.py
Log Message:
comment added
Index: printout.py
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/printout.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** printout.py 6 Dec 2006 16:54:39 -0000 1.2
--- printout.py 25 Nov 2011 10:01:56 -0000 1.3
***************
*** 118,122 ****
"version": (String, None),
"author": (String, None),
! "basedir": (String, None),
# TODO: "built": (Timestamp, None),
}, children=(
--- 118,122 ----
"version": (String, None),
"author": (String, None),
! "basedir": (String, None), # WARNING useless, always None actually
# TODO: "built": (Timestamp, None),
}, children=(
|