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:
Dmitry Jemerov
2012-12-18 20:19:46 +01:00
parent 1a4c24f997
commit ff8d993f4f
3 changed files with 10 additions and 0 deletions
@@ -13,4 +13,6 @@ public interface PyFrameworkProjectGenerator<T> extends DirectoryProjectGenerato
boolean isFrameworkInstalled(Project project, Sdk sdk);
boolean acceptsRemoteSdk();
boolean supportsPython3();
}