summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Riemann <[email protected]>2014-01-07 23:07:26 +0100
committerraveit65 <[email protected]>2018-05-04 21:47:43 +0200
commitc94e091391c1389d1c23895d46e52a5e32ffff30 (patch)
tree0e45b05902bea8f5f8665cc59b10b46a98f4f791 /src
parenta206e040c6201cdc79affee7f8fcacd1d2f03d33 (diff)
downloadeom-c94e091391c1389d1c23895d46e52a5e32ffff30.tar.bz2
eom-c94e091391c1389d1c23895d46e52a5e32ffff30.tar.xz
plugins: Use Python 3.x for Python plugins
Diffstat (limited to 'src')
-rw-r--r--src/eom-plugin-engine.c2
1 files changed, 1 insertions, 1 deletions
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);