Flake8 fix

This commit is contained in:
Valentin Chemiere 2015-03-16 10:35:09 +01:00
parent a23f15166f
commit 0f9fc06b1d
2 changed files with 24 additions and 28 deletions

View File

@ -21,27 +21,27 @@
############################################################################### ###############################################################################
{ {
'name': 'external_file_location', 'name': 'external_file_location',
'version': '0.0.1', 'version': '0.0.1',
'author': 'Akretion', 'author': 'Akretion',
'website': 'www.akretion.com', 'website': 'www.akretion.com',
'license': 'AGPL-3', 'license': 'AGPL-3',
'category': 'Generic Modules', 'category': 'Generic Modules',
'depends': [ 'depends': [
'ir_attachment_metadata', 'ir_attachment_metadata',
], ],
'external_dependencies': { 'external_dependencies': {
'python': [ 'python': [
'ftputil', 'ftputil',
], ],
}, },
'data': [ 'data': [
'menu.xml', 'menu.xml',
'attachment_view.xml', 'attachment_view.xml',
'location_view.xml', 'location_view.xml',
'task_view.xml', 'task_view.xml',
'cron.xml', 'cron.xml',
], ],
'installable': True, 'installable': True,
'application': True, 'application': True,
} }

View File

@ -38,8 +38,4 @@
], ],
'installable': True, 'installable': True,
'application': False, 'application': False,
} }