mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 02:18:40 -06:00
[FIX] more pep8 fixes
This commit is contained in:
parent
03dc8e46da
commit
109ce4c35b
@ -26,7 +26,7 @@
|
|||||||
'name': 'Shared Repositories (FTP)',
|
'name': 'Shared Repositories (FTP)',
|
||||||
'version': '8.0.0.0.1',
|
'version': '8.0.0.0.1',
|
||||||
'category': 'Knowledge Management',
|
'category': 'Knowledge Management',
|
||||||
'author': 'Community Association (OCA)',
|
'author': 'Odoo Community Association (OCA)',
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
'website': 'http://www.openerp.com',
|
'website': 'http://www.openerp.com',
|
||||||
'depends': ['base', 'document'],
|
'depends': ['base', 'document'],
|
||||||
|
@ -461,7 +461,7 @@ class AbstractedFs(object):
|
|||||||
a broken or circular symbolic link.
|
a broken or circular symbolic link.
|
||||||
"""
|
"""
|
||||||
raise DeprecationWarning()
|
raise DeprecationWarning()
|
||||||
return path and True or False
|
# return path and True or False
|
||||||
|
|
||||||
exists = lexists
|
exists = lexists
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user