/** * Copyright (c) 2005-2012 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ package org.python.pydev.customizations.app_engine.launching; public class AppEngineConstants { public static final String GOOGLE_APP_ENGINE_VARIABLE = "GOOGLE_APP_ENGINE"; public static final String APP_ENGINE_LAUNCH_CONFIGURATION_TYPE = "org.python.pydev.customizations.app_engine.launching.AppEngineLaunchConfigurationType"; }