/[papo]/papo/forms/printing.py
ViewVC logotype

Diff of /papo/forms/printing.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by styxman, Fri Apr 4 21:31:31 2003 UTC revision 1.2 by styxman, Fri Apr 4 21:47:27 2003 UTC
# Line 26  def previewPrint (table): Line 26  def previewPrint (table):
26      system(gConfig('PrintCommand') % (file))      system(gConfig('PrintCommand') % (file))
27    
28      remove (file)      remove (file)
29    
30    def printDate ():
31        import time
32    
33        return printField ('Fecha: %s' % time.strftime ('%d/%m/%Y'), 80, 'r')

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26