File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
runtime/src/jycessing/mode/run
testing/src/test/jycessing Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 55
66import jycessing .Printer ;
77import jycessing .PythonSketchError ;
8- import jycessing .RunnableSketch ;
98import jycessing .Runner ;
109import jycessing .SketchPositionListener ;
1110import jycessing .mode .PythonMode ;
Original file line number Diff line number Diff line change 33import java .rmi .Remote ;
44import java .rmi .RemoteException ;
55
6- import jycessing .RunnableSketch ;
7-
86public interface SketchService extends Remote {
97 void startSketch (PdeSketch sketch ) throws RemoteException ;
108
Original file line number Diff line number Diff line change 1313
1414import jycessing .Printer ;
1515import jycessing .Runner ;
16- import jycessing .Runner .LibraryPolicy ;
1716import jycessing .StreamPrinter ;
1817
1918import org .junit .Test ;
You can’t perform that action at this time.
0 commit comments