Disabled python plugin

master
Yevgen Muntyan 2010-11-04 23:54:32 -07:00
parent 0c14c57935
commit ae5a76fc14
1 changed files with 2 additions and 0 deletions

View File

@ -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 };