Skip to content

Commit

Permalink
group all Python SDK flavors in a single package
Browse files Browse the repository at this point in the history
  • Loading branch information
yole committed Nov 19, 2012
1 parent b9db46d commit 11dfa67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/devkit/src/projectRoots/IdeaJdk.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ else if (new File(sdkHome, "lib/pycharm.jar").exists()) {
else if (new File(sdkHome, "lib/webide.jar").exists()) {
productName = "WebStorm/PhpStorm ";
}
else if (new File(sdkHome, "lib/flexide.jar").exists()) {
productName = "Astella ";
}
else if (new File(sdkHome, "license/AppCode_license.txt").exists()) {
productName = "AppCode ";
}
Expand Down

0 comments on commit 11dfa67

Please sign in to comment.