[FIX]document_ftp : remove comment

bzr revid: mma@tinyerp.com-20121031124304-awyhksp0bxxqlvx7
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-10-31 18:13:04 +05:30
parent 15035d86bb
commit d21053e79b
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class abstracted_fs(object):
if path.startswith('/'):
path = path[1:]
p_parts = path.split(os.sep) # hard-code the unix sep here, by spec.
p_parts = path.split(os.sep)
assert '..' not in p_parts