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

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

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

revision 1.1 by jvk, Thu Mar 27 10:27:37 2003 UTC revision 1.2 by tjl, Tue Apr 15 18:53:13 2003 UTC
# Line 65  public abstract class IrregularFrame { Line 65  public abstract class IrregularFrame {
65      static public void init() {      static public void init() {
66          if(constr == null) {          if(constr == null) {
67              PythonInterpreter jython = new PythonInterpreter();              PythonInterpreter jython = new PythonInterpreter();
68              jython.exec("from org.nongnu.libvob.putil.effects import IrreguFrame\n");              jython.exec("from vob.putil.effects import IrreguFrame\n");
69              constr = jython.get("IrreguFrame");              constr = jython.get("IrreguFrame");
70              if(constr == null)              if(constr == null)
71                  throw new Error("Couldn't initialize IrregularFrame");                  throw new Error("Couldn't initialize IrregularFrame");

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