blob: 317e83971a57beb7aaefdd9c8eb9a68e6cf53551 [file] [log] [blame]
/**
* Copyright (c) 2013 Atos
*
* 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. If redistributing this code,
* this entire header must remain intact.
*
* Contributors:
* Arthur Daussy - initial implementation
*/
package org.eclipse.ease.lang.python.preferences;
public interface IPreferenceConstants {
public static final String PYTHON_LIBRARIES = "org.eclipse.eclipsemonkey.lang.python";
}