Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 509c2c77f6a29ac204ae45030e4362fa > files > 23

libreadline-java-0.8.1-1.5mdv2008.1.x86_64.rpm

*** jpython.java	Sun Oct 24 08:54:59 1999
--- jpython.java.orig	Sun Oct 24 08:53:46 1999
***************
*** 80,91 ****
          
          // Now create an interpreter
!         InteractiveConsole interp = null;
! 	try {
! 	  interp = (InteractiveConsole) Class.forName(
! 		      PySystemState.registry.getProperty("python.console",
!                         "org.python.util.InteractiveConsole")).newInstance();
! 	} catch (Exception e) {
! 	  interp = new InteractiveConsole();
! 	}
          //System.err.println("interp");
          PyModule mod = imp.addModule("__main__");
--- 80,84 ----
          
          // Now create an interpreter
!         InteractiveConsole interp = new InteractiveConsole();
          //System.err.println("interp");
          PyModule mod = imp.addModule("__main__");