/[gzz]/gzz/gzz/gfx/gl/PaperMill.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/PaperMill.java

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

revision 1.4 by benja, Fri Sep 13 11:48:31 2002 UTC revision 1.5 by jvk, Sat Oct 12 09:50:01 2002 UTC
# Line 32  public abstract class PaperMill { Line 32  public abstract class PaperMill {
32      static public PaperMill getInstance() {      static public PaperMill getInstance() {
33          if(instance == null) {          if(instance == null) {
34              PythonInterpreter jython = new PythonInterpreter();              PythonInterpreter jython = new PythonInterpreter();
35              jython.execfile("gfx/libpaper/papermill.py");              jython.exec("from gfx.libpaper.papermill import ThePaperMill\n" +
36                            "papermillInstance = ThePaperMill()\n");
37              instance = (PaperMill)(jython.get("papermillInstance",              instance = (PaperMill)(jython.get("papermillInstance",
38                                          PaperMill.class));                                          PaperMill.class));
39          }          }

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