javaclass

Change of runclass.py

136:754d36821fc8
runclass.py
     1.1 --- a/runclass.py	Fri Jan 21 17:04:41 2005 +0100
     1.2 +++ b/runclass.py	Fri Jan 21 17:05:03 2005 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  "A program to run Java class files."
     1.6  
     1.7 -import classhook
     1.8 +import javaclass.classhook
     1.9  import java.lang
    1.10  
    1.11  def load_class(class_name):