summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/eom-plugin-engine.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eom-plugin-engine.c b/src/eom-plugin-engine.c
index 0c55731..48d960d 100644
--- a/src/eom-plugin-engine.c
+++ b/src/eom-plugin-engine.c
@@ -120,6 +120,8 @@ eom_plugin_engine_new (void)
engine = EOM_PLUGIN_ENGINE (g_object_new (EOM_TYPE_PLUGIN_ENGINE, NULL));
+ peas_engine_enable_loader (PEAS_ENGINE (engine), "python");
+
user_plugin_path = g_build_filename (eom_util_dot_dir (),
USER_EOM_PLUGINS_LOCATION, NULL);