Skip to content
Snippets Groups Projects
Commit 5fd056fb authored by Mick Jordan's avatar Mick Jordan
Browse files

move REngine to canonical package

parent d2ea1585
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
package com.oracle.truffle.r.engine;
package com.oracle.truffle.r.shell;
import java.io.*;
import java.util.*;
......
......@@ -24,6 +24,7 @@ package com.oracle.truffle.r.test.generate;
import com.oracle.truffle.r.engine.*;
import com.oracle.truffle.r.runtime.*;
import com.oracle.truffle.r.shell.*;
public class FastRSession implements RSession {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment