Make PythonSdkTableListener an application listener (PY-41923)

GitOrigin-RevId: 7b3347a15de807003f93bbe1a12467641404e082
This commit is contained in:
Semyon Proshev
2020-04-23 23:53:02 +03:00
committed by intellij-monorepo-bot
parent e0ecc967ce
commit fa39bca77b
2 changed files with 24 additions and 36 deletions

View File

@@ -15,10 +15,8 @@
</action>
</actions>
<application-components>
<component>
<implementation-class>com.jetbrains.python.facet.PythonSdkTableListener</implementation-class>
</component>
</application-components>
<applicationListeners>
<listener class="com.jetbrains.python.facet.PythonSdkTableListener" topic="com.intellij.openapi.projectRoots.ProjectJdkTable$Listener"/>
</applicationListeners>
</idea-plugin>