/[fenfire]/fenfire/org/fenfire/fenpdf/importpdf.py
ViewVC logotype

Diff of /fenfire/org/fenfire/fenpdf/importpdf.py

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

revision 1.4 by tjl, Tue Aug 26 10:06:38 2003 UTC revision 1.5 by tjl, Sat Sep 6 12:46:54 2003 UTC
# Line 28  def importPDF_select(fen, treetime): Line 28  def importPDF_select(fen, treetime):
28                  blocks.append(                  blocks.append(
29                      importPDF(fen, treetime, f)                      importPDF(fen, treetime, f)
30                  )                  )
31              except exception:              except :
32                  print "EXCEPTION LOADING",f,":",sys.exc_info()                  print "EXCEPTION LOADING",f,":",sys.exc_info()
33          blocks = [b for b in blocks if b != None ]          blocks = [b for b in blocks if b != None ]
34          return blocks          return blocks

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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