blob: f1e404ee663f1470338cc94c28c5b66f67cfb627 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Kichwa Coders and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
package org.eclipse.ease.lang.python.py4j.internal;
public interface Py4JScriptEnginePrefConstants {
String PREFIX = Activator.PLUGIN_ID + "."; //$NON-NLS-1$
String INTERPRETER = PREFIX + "INTERPRETER";
String DEFAULT_INTERPRETER = "python"; //$NON-NLS-1$
}