[PythonReports-checkins] PythonReports/PythonReports version.py, 1.3, 1.4
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-06 17:04:08
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9671 Modified Files: version.py Log Message: typo in comment Index: version.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/version.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** version.py 9 Nov 2006 08:47:10 -0000 1.3 --- version.py 6 Dec 2006 17:04:06 -0000 1.4 *************** *** 1,9 **** """PythonReports package version declaration""" - """History: 03-nov-2006 [als] created """ ! # Note: __date__ is a string because all modules have __date_ as a string. # wouldn't datetime.date object be better? --- 1,8 ---- """PythonReports package version declaration""" """History: 03-nov-2006 [als] created """ ! # Note: __date__ is a string because all modules have __date__ as a string. # wouldn't datetime.date object be better? |