/[libvob]/libvob/org/nongnu/libvob/gl/PaperMill.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/gl/PaperMill.java

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

revision 1.1 by jvk, Wed Mar 26 16:06:14 2003 UTC revision 1.2 by jvk, Wed Mar 26 19:34:07 2003 UTC
# Line 55  public abstract class PaperMill { Line 55  public abstract class PaperMill {
55      static public PaperMill getInstance() {      static public PaperMill getInstance() {
56          if(instance == null) {          if(instance == null) {
57              PythonInterpreter jython = new PythonInterpreter();              PythonInterpreter jython = new PythonInterpreter();
58              jython.exec("from gfx.libpaper.papermill import ThePaperMill\n" +              jython.exec("from org.nongnu.libvob.paper.papermill import ThePaperMill\n" +
59                          "papermillInstance = ThePaperMill()\n");                          "papermillInstance = ThePaperMill()\n");
60              instance = (PaperMill)(jython.get("papermillInstance",              instance = (PaperMill)(jython.get("papermillInstance",
61                                          PaperMill.class));                                          PaperMill.class));

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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