<implementation-class>com.jetbrains.python.PyCharmInitialConfigurator</implementation-class>
<headless-implementation-class/>
</component>
+
+ <component>
+ <interface-class>com.jetbrains.python.console.PythonConsoleRunnerFactory</interface-class>
+ <implementation-class>com.jetbrains.python.console.PythonToolWindowConsoleRunnerFactory</implementation-class>
+ </component>
</application-components>
</idea-plugin>
<add-to-group group-id="ToolsMenu" anchor="last"/>
</action>
</actions>
+
+ <application-components>
+ <component>
+ <interface-class>com.jetbrains.python.console.PythonConsoleRunnerFactory</interface-class>
+ <implementation-class>com.jetbrains.python.console.PydevConsoleRunnerFactory</implementation-class>
+ </component>
+ </application-components>
</idea-plugin>
\ No newline at end of file
<component>
<implementation-class>com.jetbrains.python.testing.VFSTestFrameworkListener</implementation-class>
</component>
- <component>
- <interface-class>com.jetbrains.python.console.PythonConsoleRunnerFactory</interface-class>
- <implementation-class>com.jetbrains.python.console.PydevConsoleRunnerFactory</implementation-class>
- </component>
</application-components>
</idea-plugin>
\ No newline at end of file