Disabled python plugin
parent
0c14c57935
commit
ae5a76fc14
|
@ -66,6 +66,8 @@ MOO_PLUGIN_DEFINE (MooPython, moo_python,
|
|||
gboolean
|
||||
_moo_python_plugin_init (void)
|
||||
{
|
||||
return FALSE;
|
||||
|
||||
MooPluginLoader loader = { load_python_module, NULL, NULL };
|
||||
moo_plugin_loader_register (&loader, "Python");
|
||||
MooPluginParams params = { TRUE, TRUE };
|
||||
|
|
Loading…
Reference in New Issue