[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza 2015-10-14 03:16:56 +02:00 committed by vancouver29
parent 67958cdf8d
commit 11f88a291e

View File

@ -38,7 +38,7 @@
"test": [ "test": [
], ],
"auto_install": False, "auto_install": False,
"installable": True, 'installable': False,
"application": False, "application": False,
"external_dependencies": { "external_dependencies": {
'python': [], 'python': [],