/[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.6 by charlie, Fri May 16 20:26:11 2003 UTC revision 1.7 by mhepp, Mon May 19 18:51:24 2003 UTC
# Line 16  def printTitle (field,size): Line 16  def printTitle (field,size):
16  def previewPrint (table, printCommand='xless'):  def previewPrint (table, printCommand='xless'):
17      from os import system, remove      from os import system, remove
18      from tempfile import mktemp      from tempfile import mktemp
   
19      file= mktemp (".txt")      file= mktemp (".txt")
20      fileOut = open(file,'w')      fileOut = open(file,'w')
21      for line in table:      for line in table:

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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