blob: 4cc21ed75c202734bce85952e5a56ca58e528a92 [file] [log] [blame]
package com.jetbrains.python.remote;
/**
* @author traff
* @deprecated
*/
public interface PySkeletonsPathAware {
/**
* Use RemoteSdkProperties.getPathMappings() instead
* To be removed in IDEA 15
* @deprecated
*/
@Deprecated
String getSkeletonsPath();
/**
* Use RemoteSdkProperties.getPathMappings() instead
* To be removed in IDEA 15
* @deprecated
*/
@Deprecated
void setSkeletonsPath(String path);
}