/[gzz]/gzz/gfx/demo/xupdf.py
ViewVC logotype

Diff of /gzz/gfx/demo/xupdf.py

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

revision 1.53 by tjl, Fri Oct 4 06:54:11 2002 UTC revision 1.54 by tjl, Sun Oct 20 09:33:17 2002 UTC
# Line 1  Line 1 
1  from __future__ import nested_scopes  from __future__ import nested_scopes
2    
3    import gzz.view.xubuoy
4    reload(gzz.view.xubuoy)
5    
6  from gzz.index import XuLink  from gzz.index import XuLink
7  from gzz.gfx.gl import Stencil  from gzz.gfx.gl import Stencil
 from gzz.vob.buoy import NadirAngler  
8    
9  from jarray import array, zeros  from jarray import array, zeros
10    
 from gzz.view import pagespanview  
 from gfx.libutil import effects  
 reload(pagespanview)  
 reload(effects)  
   
11  # Now, this is the start of the REAL demo, the one  # Now, this is the start of the REAL demo, the one
12  # with Xanadu links between PDF and text.  # with Xanadu links between PDF and text.
13    
# Line 70  for p in pages: Line 68  for p in pages:
68      space.cellTexter.setEnfilade(cell, p)      space.cellTexter.setEnfilade(cell, p)
69      cells.append(cell)      cells.append(cell)
70    
 import gzz.view.xubuoy  
 reload(gzz.view.xubuoy)  
   
71  #execfile("gzz/view/xubuoy.py")  #execfile("gzz/view/xubuoy.py")
72    
73  def globalkey(key):  def globalkey(key):

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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