Skip to content

Commit

Permalink
Adding JetBrains as a provider. Fixes beeware#747 (jumbo jet)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alen Siljak committed Mar 1, 2018
1 parent e2fc0d2 commit ee68562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/common/python/platform.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public class platform extends org.python.types.Module {
platform_class_name = "python._platform.AndroidPlatform";
} else if (vendor.equals("Azul Systems, Inc.")) {
platform_class_name = "python._platform.JavaPlatform";
} else if (vendor.equals("JetBrains s.r.o")) {
platform_class_name = "python._platform.JavaPlatform";
} else {
throw new org.python.exceptions.RuntimeError("Unknown platform vendor '" + vendor + "'");
}
Expand Down

0 comments on commit ee68562

Please sign in to comment.