[FIX] more pep8 fixes

This commit is contained in:
Carlos Almeida 2015-10-17 01:30:49 -03:00
parent 03dc8e46da
commit 109ce4c35b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
'name': 'Shared Repositories (FTP)',
'version': '8.0.0.0.1',
'category': 'Knowledge Management',
'author': 'Community Association (OCA)',
'author': 'Odoo Community Association (OCA)',
"license": "AGPL-3",
'website': 'http://www.openerp.com',
'depends': ['base', 'document'],

View File

@ -461,7 +461,7 @@ class AbstractedFs(object):
a broken or circular symbolic link.
"""
raise DeprecationWarning()
return path and True or False
# return path and True or False
exists = lexists