From c94e091391c1389d1c23895d46e52a5e32ffff30 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Tue, 7 Jan 2014 23:07:26 +0100 Subject: plugins: Use Python 3.x for Python plugins --- src/eom-plugin-engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eom-plugin-engine.c b/src/eom-plugin-engine.c index 48d960d..534b28c 100644 --- a/src/eom-plugin-engine.c +++ b/src/eom-plugin-engine.c @@ -120,7 +120,7 @@ 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"); + peas_engine_enable_loader (PEAS_ENGINE (engine), "python3"); user_plugin_path = g_build_filename (eom_util_dot_dir (), USER_EOM_PLUGINS_LOCATION, NULL); -- cgit v1.2.1