diff --git a/document_ftp/__openerp__.py b/document_ftp/__openerp__.py index 0c11d637..351fa48e 100644 --- a/document_ftp/__openerp__.py +++ b/document_ftp/__openerp__.py @@ -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'], diff --git a/document_ftp/ftpserver/abstracted_fs.py b/document_ftp/ftpserver/abstracted_fs.py index 800cea65..1d8cbc55 100644 --- a/document_ftp/ftpserver/abstracted_fs.py +++ b/document_ftp/ftpserver/abstracted_fs.py @@ -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