blob: 959d9c447921481b547025c390edd526410fc94e [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 v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/. 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";
}