/[gzz]/gzz/gfx/libpaper/papermill.py
ViewVC logotype

Diff of /gzz/gfx/libpaper/papermill.py

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

revision 1.33 by jvk, Mon Sep 30 16:23:21 2002 UTC revision 1.34 by jvk, Fri Oct 4 13:18:18 2002 UTC
# Line 1  Line 1 
1  dbg = 0  dbg = 0
2  initialized = 0  initialized = 0
3    
4    import gfx.libpaper.textures
5    reload(gfx.libpaper.textures)
6    from gfx.libpaper.textures import Textures
7    
8  import gfx.libpaper.colors  import gfx.libpaper.colors
9  reload(gfx.libpaper.colors)  reload(gfx.libpaper.colors)
10  from gfx.libpaper.colors import Colors  from gfx.libpaper.colors import Colors
# Line 23  def initialize(): Line 27  def initialize():
27              vendor,renderer,version)              vendor,renderer,version)
28      # The backend files to load      # The backend files to load
29      files = [      files = [
30          "textures.py",          #"textures.py",
31          "texcoords.py",          "texcoords.py",
32          #"colors.py",          #"colors.py",
33          "params.py"          "params.py"

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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