Skip to content
Snippets Groups Projects
Commit e2bb5162 authored by brinn's avatar brinn
Browse files

Move JythonUtils from utilities to jython package.

SVN: 27011
parent bb21ec6e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package ch.systemsx.cisd.common.utilities;
package ch.systemsx.cisd.common.jython;
import java.util.HashMap;
import java.util.Map;
......@@ -25,7 +25,6 @@ import org.python.core.PyFunction;
import org.python.core.PyObject;
import org.python.core.PySequenceList;
import ch.systemsx.cisd.common.jython.PythonInterpreter;
/**
* Jython utility methods.
......
......@@ -23,10 +23,10 @@ import org.python.core.PyObject;
import ch.systemsx.cisd.base.exceptions.CheckedExceptionTunnel;
import ch.systemsx.cisd.common.exceptions.NotImplementedException;
import ch.systemsx.cisd.common.jython.JythonUtils;
import ch.systemsx.cisd.common.jython.PythonInterpreter;
import ch.systemsx.cisd.common.logging.LogCategory;
import ch.systemsx.cisd.common.logging.LogFactory;
import ch.systemsx.cisd.common.utilities.JythonUtils;
import ch.systemsx.cisd.etlserver.registrator.DataSetRegistrationContext;
import ch.systemsx.cisd.etlserver.registrator.JythonTopLevelDataSetHandler.JythonHookFunction;
......
......@@ -30,8 +30,8 @@ import org.python.core.PyDictionary;
import org.python.core.PyFunction;
import org.python.core.PyObject;
import ch.systemsx.cisd.common.jython.JythonUtils;
import ch.systemsx.cisd.common.jython.PythonInterpreter;
import ch.systemsx.cisd.common.utilities.JythonUtils;
/**
* @author Chandrasekhar Ramakrishnan
......
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