mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 08:13:09 +07:00
select Python 2 interpreter when selecting a project type that doesn't support Python 3; report Python 3 as incompatible when creating App Engine project
This commit is contained in:
@@ -13,4 +13,6 @@ public interface PyFrameworkProjectGenerator<T> extends DirectoryProjectGenerato
|
||||
boolean isFrameworkInstalled(Project project, Sdk sdk);
|
||||
|
||||
boolean acceptsRemoteSdk();
|
||||
|
||||
boolean supportsPython3();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user