Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:19:40 +02:00
committed by Alexis de Lattre
parent 316d7315c6
commit 331f4f8887

View File

@@ -37,7 +37,7 @@
],
"post_init_hook": '_post_init_hook',
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],