aboutsummaryrefslogtreecommitdiffstats
path: root/optional/projectexplorer
diff options
context:
space:
mode:
Diffstat (limited to 'optional/projectexplorer')
-rw-r--r--optional/projectexplorer/binding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/optional/projectexplorer/binding.cpp b/optional/projectexplorer/binding.cpp
index 325027b..ae1bbc7 100644
--- a/optional/projectexplorer/binding.cpp
+++ b/optional/projectexplorer/binding.cpp
@@ -59,7 +59,7 @@ void bind()
// Bind module into interpreter
bool pythonError = PyErr_Occurred() != nullptr;
if (pythonInitialized && !pythonError) {
- PyUtil::bindSubPyObject("PythonExtension.QtCreator", "ProjectExplorer", (void *)SbkQtCreatorBindingProjectExplorerModuleObject);
+ PyUtil::bindSubPyObject("QtCreator", "ProjectExplorer", (void *)SbkQtCreatorBindingProjectExplorerModuleObject);
} else {
if (pythonError)
PyErr_Print();