Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
plugins: Use Python 3.x for Python plugins
  • Loading branch information
fxri authored and raveit65 committed May 4, 2018
1 parent a206e04 commit c94e091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eom-plugin-engine.c
Expand Up @@ -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);
Expand Down

0 comments on commit c94e091

Please sign in to comment.