[hackedit.plugins.editors]
PyCodeEditorPlugin = hackedit_python.editor:PyCodeEditorPlugin

[hackedit.plugins.preference_pages]
interpreters = hackedit_python.interpreters:ManageInterpreters

[hackedit.plugins.symbol_parsers]
PySymbolIndexor = hackedit_python.index:PySymbolParser

[hackedit.plugins.template_providers]
PyTemplatesProvider = hackedit_python.templates:PyTemplatesProvider

[hackedit.plugins.workspace_plugins]
CleanPycFiles = hackedit_python.clean_pyc:CleanPycFiles
PyCodeEditorIntegration = hackedit_python.editor:PyCodeEditorIntegration
PyConsole = hackedit_python.pyconsole:PyConsole
PyContextMenus = hackedit_python.context_menus:PyContextMenus
PyOpenModule = hackedit_python.open_module:PyOpenModule
PyRefactor = hackedit_python.refactor:PyRefactor
PyRun = hackedit_python.run:PyRun

[hackedit.plugins.workspace_providers]
python_workspace = hackedit_python.workspaces:PythonWorkspace

