~jgrandguillaume-c2c/openobject-addons/multi-company-cost-price

« back to all changes in this revision

Viewing changes to document_ftp/ftpserver/abstracted_fs.py

  • Committer: Joël Grand-Guillaume
  • Date: 2010-04-08 09:00:10 UTC
  • mfrom: (2533.3.664)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100408090010-c0pqjan341s18bxs
[MRG] Merge from last trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
917
917
            if 'unique' in facts:
918
918
                unique = "unique=%x%x;" %(st.st_dev, st.st_ino)
919
919
            path=_to_decode(file.path)
 
920
            path = path and path.split('/')[-1] or None
920
921
            yield "%s%s%s%s%s%s%s%s%s %s\r\n" %(type, size, perm, modify, create,
921
922
                                                mode, uid, gid, unique, path)
922
923