[libpeas/wip/osx] python-loader: Remove insertion of PEAS_PYEXECDIR in path



commit 93fbe1658b1aee8ac8b84d5a28cc8eb3d1aac0e6
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Mon Aug 25 19:04:09 2014 +0200

    python-loader: Remove insertion of PEAS_PYEXECDIR in path

 loaders/python/peas-plugin-loader-python.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/loaders/python/peas-plugin-loader-python.c b/loaders/python/peas-plugin-loader-python.c
index 91a3d41..8a4f3f6 100644
--- a/loaders/python/peas-plugin-loader-python.c
+++ b/loaders/python/peas-plugin-loader-python.c
@@ -459,11 +459,6 @@ peas_plugin_loader_python_initialize (PeasPluginLoader *loader)
   g_free (argv[0]);
 #endif
 
-  /* Note that we don't call this with the GIL held,
-   * since we haven't initialised pygobject yet
-   */
-  peas_plugin_loader_python_add_module_path (pyloader, PEAS_PYEXECDIR);
-
   /* Initialize PyGObject */
   pygobject_init (PYGOBJECT_MAJOR_VERSION,
                   PYGOBJECT_MINOR_VERSION,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]