gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/org/nongnu/libvob/gl PaperMill.java GLRe...


From: Janne V. Kujala
Subject: [Gzz-commits] libvob/org/nongnu/libvob/gl PaperMill.java GLRe...
Date: Wed, 26 Mar 2003 14:34:07 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Janne V. Kujala <address@hidden>        03/03/26 14:34:07

Modified files:
        org/nongnu/libvob/gl: PaperMill.java 
Removed files:
        org/nongnu/libvob/gl: GLRen.java 

Log message:
        remove generated file

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/PaperMill.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/gl/PaperMill.java
diff -u libvob/org/nongnu/libvob/gl/PaperMill.java:1.1 
libvob/org/nongnu/libvob/gl/PaperMill.java:1.2
--- libvob/org/nongnu/libvob/gl/PaperMill.java:1.1      Wed Mar 26 11:06:14 2003
+++ libvob/org/nongnu/libvob/gl/PaperMill.java  Wed Mar 26 14:34:07 2003
@@ -55,7 +55,7 @@
     static public PaperMill getInstance() {
        if(instance == null) {
            PythonInterpreter jython = new PythonInterpreter();
-           jython.exec("from gfx.libpaper.papermill import ThePaperMill\n" +
+           jython.exec("from org.nongnu.libvob.paper.papermill import 
ThePaperMill\n" +
                        "papermillInstance = ThePaperMill()\n");
            instance = (PaperMill)(jython.get("papermillInstance",
                                        PaperMill.class));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]