[PythonReports-checkins] PythonReports/PythonReports Tk.py, 1.1, 1.2 design.py, 1.10, 1.11 pdf.py,
Brought to you by:
a1s
From: Oleg B. <ph...@us...> - 2006-11-07 13:32:14
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3979 Modified Files: Tk.py design.py pdf.py wxPrint.py Log Message: Added shebang for the executable scripts. Index: design.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/design.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** design.py 5 Nov 2006 11:09:45 -0000 1.10 --- design.py 7 Nov 2006 13:32:02 -0000 1.11 *************** *** 1,5 **** --- 1,7 ---- + #! /usr/bin/env python """PythonReports Template Designer""" """History (most recent first): + 07-Nov-2006 [phd] Added shebang. 04-nov-2006 [als] added About dialog 04-nov-2006 [als] capture report preview errors; Index: Tk.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/Tk.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Tk.py 1 Nov 2006 11:44:04 -0000 1.1 --- Tk.py 7 Nov 2006 13:32:02 -0000 1.2 *************** *** 1,5 **** --- 1,7 ---- + #! /usr/bin/env python """Tk output for PythonReports""" """History (most recent first): + 07-Nov-2006 [phd] Added shebang. 20-oct-2006 [als] Barcode X dimension attr renamed to "module" 12-oct-2006 [als] added zoom Index: wxPrint.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/wxPrint.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxPrint.py 1 Nov 2006 11:06:14 -0000 1.1 --- wxPrint.py 7 Nov 2006 13:32:02 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + #! /usr/bin/env python """wxPython print classes *************** *** 6,9 **** --- 7,11 ---- """ """History (most recent first): + 07-Nov-2006 [phd] Added shebang. 20-oct-2006 [als] Barcode X dimension attr renamed to "module" 20-oct-2006 [als] added command-line application Index: pdf.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/pdf.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pdf.py 1 Nov 2006 11:06:39 -0000 1.1 --- pdf.py 7 Nov 2006 13:32:02 -0000 1.2 *************** *** 1,4 **** --- 1,6 ---- + #! /usr/bin/env python """PDF output for PythonReports""" """History (most recent first): + 07-Nov-2006 [phd] Added shebang. 20-oct-2006 [als] Barcode X dimension attr renamed to "module" 03-oct-2006 [als] support images |