Skip to content

Commit c94e091

Browse files
fxriraveit65
authored andcommitted
plugins: Use Python 3.x for Python plugins
1 parent a206e04 commit c94e091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eom-plugin-engine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ eom_plugin_engine_new (void)
120120

121121
engine = EOM_PLUGIN_ENGINE (g_object_new (EOM_TYPE_PLUGIN_ENGINE, NULL));
122122

123-
peas_engine_enable_loader (PEAS_ENGINE (engine), "python");
123+
peas_engine_enable_loader (PEAS_ENGINE (engine), "python3");
124124

125125
user_plugin_path = g_build_filename (eom_util_dot_dir (),
126126
USER_EOM_PLUGINS_LOCATION, NULL);

0 commit comments

Comments
 (0)